Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu authored Aug 16, 2024
2 parents bd958cc + 6b63edf commit e13517c
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 e13517c

Please sign in to comment.