Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
uncomment continue_on_error
  • Loading branch information
PierreMartinon authored May 15, 2024
1 parent d049af4 commit c2c5b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
# continue-on-error: true
continue-on-error: true
strategy:
matrix:
version:
Expand Down

0 comments on commit c2c5b5b

Please sign in to comment.