Skip to content

Commit 1b9dffe

Browse files
committed
chore(ci): Unparallelize to speed up coverage collection more than tests slow down
1 parent 1e20a14 commit 1b9dffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deno_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Deno build
2+
name: Deno tests
33

44
on:
55
push:
@@ -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 --parallel --node-modules-dir=auto $PERMS --coverage=cov/ src/
86+
- run: deno test --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)