Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
add continue.on.error to CI job to force all tests to run
  • Loading branch information
PierreMartinon authored Mar 21, 2024
1 parent e63a595 commit cd3011e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
matrix:
version:
Expand Down

0 comments on commit cd3011e

Please sign in to comment.