try `continue-on-error: true`

This commit is contained in:
Dmitriy Ryajov 2024-02-06 10:54:33 -06:00
parent 9611c1539a
commit 70da937984
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 2 additions and 1 deletions

View File

@ -11,12 +11,13 @@ jobs:
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
toolchain:
- stable
- beta
# - nightly
- nightly
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}