Skip to content

Commit

Permalink
Add continue-on-error to CI (#799)
Browse files Browse the repository at this point in the history
Suggestion from #769 (comment)
  • Loading branch information
timholy authored Jan 13, 2024
1 parent 13f32ed commit 543bedd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
test:
name: Install & test Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.allow_failure }}
strategy:
fail-fast: false
matrix:
Expand All @@ -22,6 +23,7 @@ jobs:
- windows-latest
arch:
- x64
allow_failure: [false]
include:
- version: 'nightly'
os: ubuntu-latest
Expand Down

0 comments on commit 543bedd

Please sign in to comment.