Skip to content

Commit cc79e84

Browse files
committed
parallel
1 parent 4fc3e17 commit cc79e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
TMPDIR: ${{ runner.temp }}
5353
CI: true
5454
NGS_CI_USER: ${{ secrets.NGS_CI_USER }}
55-
run: deno test --allow-all --unstable --failfast --coverage=./cov
55+
run: deno test --allow-all --unstable --parallel --fail-fast --coverage=./cov
5656

5757
- name: Build nats.js
5858
run: deno bundle --unstable src/connect.ts nats.js

0 commit comments

Comments
 (0)