Skip to content

Commit 2c00a77

Browse files
committed
☕ Require check but do not stop on first failure
Because Deno currently has an issue for generating coverage reports on Windows, we want to run all tests even if one fails. denoland/deno#30924
1 parent 0519e3f commit 2c00a77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ jobs:
6262
run: deno task check:doc
6363

6464
test:
65+
needs: check
66+
6567
strategy:
68+
fail-fast: false
6669
matrix:
6770
runner:
6871
- windows-latest

0 commit comments

Comments
 (0)