Skip to content

Commit

Permalink
CI: Continue tests on error if test failures are in an unstable flag
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Mar 10, 2024
1 parent 75c5f31 commit 10e1bb6
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 @@ -12,6 +12,7 @@ jobs:
matrix.extra_flags != 'NOT_A_PUZZLE' && format(' with --features {0}', matrix.extra_flags) || ''
}}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.extra_flags != 'NOT_A_PUZZLE' }}
strategy:
matrix:
os: [ubuntu-latest-8cores, windows-latest-8cores, macOS-latest]
Expand Down

0 comments on commit 10e1bb6

Please sign in to comment.