Skip to content

Commit 6b5ee40

Browse files
committed
chore(ci): Run tests in parallel
1 parent 2f41c7c commit 6b5ee40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deno_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
touch tests/data/bids-examples/${DS}/.SKIP_VALIDATION
8484
done
8585
if: github.ref_name != 'dev' && github.base_ref != 'dev'
86-
- run: deno test --node-modules-dir=auto $PERMS --coverage=cov/ src/
86+
- run: deno test --parallel --node-modules-dir=auto $PERMS --coverage=cov/ src/
8787
- name: Collect coverage
8888
run: deno coverage cov/ --lcov --output=coverage.lcov
8989
if: ${{ always() }}

0 commit comments

Comments
 (0)