Skip to content

Commit adc412d

Browse files
committed
Disable fail-fast on CI
1 parent a962770 commit adc412d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/AD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
jobs:
1010
test:
1111
runs-on: ${{ matrix.os }}
12-
continue-on-error: ${{ matrix.version == 'nightly' }}
1312
strategy:
13+
fail-fast: false
1414
matrix:
1515
version:
1616
- '1.6'

.github/workflows/Interface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
jobs:
1111
test:
1212
runs-on: ${{ matrix.os }}
13-
continue-on-error: ${{ matrix.version == 'nightly' }}
1413
strategy:
14+
fail-fast: false
1515
matrix:
1616
version:
1717
- '1.6'

0 commit comments

Comments
 (0)