Skip to content

Commit 8f58d05

Browse files
authored
Disable fail-fast in CI
This will run all tests, even if some of them fail. This will help us recognize failures on specific platforms.
1 parent 9dead75 commit 8f58d05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
88
runs-on: ${{ matrix.os }}
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
version:
1213
- '1.7'

0 commit comments

Comments
 (0)