We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f41c7c commit 6b5ee40Copy full SHA for 6b5ee40
.github/workflows/deno_tests.yml
@@ -83,7 +83,7 @@ jobs:
83
touch tests/data/bids-examples/${DS}/.SKIP_VALIDATION
84
done
85
if: github.ref_name != 'dev' && github.base_ref != 'dev'
86
- - run: deno test --node-modules-dir=auto $PERMS --coverage=cov/ src/
+ - run: deno test --parallel --node-modules-dir=auto $PERMS --coverage=cov/ src/
87
- name: Collect coverage
88
run: deno coverage cov/ --lcov --output=coverage.lcov
89
if: ${{ always() }}
0 commit comments