Skip to content

Commit acb3d4e

Browse files
committed
ci: do not fail fast test
We want to see whether it's a system specific problem.
1 parent 77abbd1 commit acb3d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
test:
2929
name: Test
3030
strategy:
31-
fail-fast: true
31+
fail-fast: false
3232
matrix:
3333
include:
3434
- os: windows-latest

0 commit comments

Comments
 (0)