Skip to content

Commit 700734f

Browse files
committed
update workflows and deps
1 parent d6611ae commit 700734f

3 files changed

Lines changed: 122 additions & 155 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches: ["main"]
6-
pull_request_target:
6+
pull_request:
77
paths:
88
- 'src/**'
99
- 'test/**'
@@ -49,4 +49,4 @@ jobs:
4949
run: npm install
5050

5151
- name: Run Tests
52-
run: npm test -- -c
52+
run: npm test -- -c -t0

0 commit comments

Comments
 (0)