Skip to content

Commit

Permalink
parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Apr 5, 2024
1 parent 4fc3e17 commit cc79e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
TMPDIR: ${{ runner.temp }}
CI: true
NGS_CI_USER: ${{ secrets.NGS_CI_USER }}
run: deno test --allow-all --unstable --failfast --coverage=./cov
run: deno test --allow-all --unstable --parallel --fail-fast --coverage=./cov

- name: Build nats.js
run: deno bundle --unstable src/connect.ts nats.js
Expand Down

0 comments on commit cc79e84

Please sign in to comment.