Skip to content

Commit

Permalink
try continue-on-error: true
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Feb 6, 2024
1 parent 9611c15 commit 70da937
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 70da937

Please sign in to comment.