Skip to content

Commit

Permalink
Disable fast fail of CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
oovm committed May 23, 2024
1 parent ba2a783 commit 8e46544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
override: true
components: rustfmt, clippy
- name: Tests
run: cargo test --release
run: cargo test
continue-on-error: true

0 comments on commit 8e46544

Please sign in to comment.