Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed Aug 16, 2024
1 parent 7bd9fc5 commit b6acff7
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 @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
toolchain:
- stable
Expand All @@ -35,7 +36,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Clippy
run: cargo clippy --all-targets --all-features
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Run tests
run: cargo test --verbose
- name: Run examples
Expand Down

0 comments on commit b6acff7

Please sign in to comment.