Skip to content

Commit 2cebb2a

Browse files
authored
Disable fail-fast in UnitTests workflow (#52)
1 parent 5bec83d commit 2cebb2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/UnitTests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
test:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
36+
fail-fast: false
3637
matrix:
3738
julia-version:
3839
- 'min'

0 commit comments

Comments
 (0)