Skip to content

Commit e064d10

Browse files
authored
disable fail-fast
1 parent 773160a commit e064d10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/UnitTest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
test:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
17+
# allow-failure is not supported yet
18+
# https://github.com/actions/toolkit/issues/399
19+
fail-fast: false
1720
matrix:
1821
julia-version: ['1.0', '1', 'nightly']
1922
os: [ubuntu-latest, windows-latest, macOS-latest]

0 commit comments

Comments
 (0)