Skip to content

Commit

Permalink
Force CI to never cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-airoldie committed Jul 5, 2024
1 parent 7393a24 commit 3fd1643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Cargo test
if: ${{ always() }} # prevent skipping CI on failure
uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit 3fd1643

Please sign in to comment.