CI: Continue tests on error if test failures are in an unstable flag

This commit is contained in:
Jack Grigg 2024-03-10 01:26:06 +00:00
parent 75c5f31ab0
commit 10e1bb6001
1 changed files with 1 additions and 0 deletions

View File

@ -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]