Skip to content

Commit 543bedd

Browse files
authored
Add continue-on-error to CI (timholy#799)
Suggestion from timholy#769 (comment)
1 parent 13f32ed commit 543bedd

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
@@ -9,6 +9,7 @@ jobs:
99
test:
1010
name: Install & test Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1111
runs-on: ${{ matrix.os }}
12+
continue-on-error: ${{ matrix.allow_failure }}
1213
strategy:
1314
fail-fast: false
1415
matrix:
@@ -22,6 +23,7 @@ jobs:
2223
- windows-latest
2324
arch:
2425
- x64
26+
allow_failure: [false]
2527
include:
2628
- version: 'nightly'
2729
os: ubuntu-latest

0 commit comments

Comments
 (0)