Skip to content

Commit d3a0df3

Browse files
committed
Make sure to run all tests instead of failing fast
1 parent 2e6611e commit d3a0df3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
name: Test Suite
3737
runs-on: ubuntu-latest
3838
strategy:
39+
fail-fast: false
3940
matrix:
4041
rust:
4142
- stable
@@ -72,6 +73,7 @@ jobs:
7273
name: Test Suite
7374
runs-on: ${{ matrix.os }}
7475
strategy:
76+
fail-fast: false
7577
matrix:
7678
os: [ubuntu-latest, windows-latest, macOS-latest]
7779
steps:

0 commit comments

Comments
 (0)