Skip to content

Commit

Permalink
clippy で指摘する範囲を広くした
Browse files Browse the repository at this point in the history
  • Loading branch information
mitoma committed Dec 30, 2024
1 parent 9ceb13c commit 56befdb
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 @@ -48,7 +48,7 @@ jobs:
phase: check-${{ matrix.job.target }}
command: |
cargo fmt --all -- --check
cargo clippy -- -D warnings
cargo clippy --tests --examples -- -D clippy::all
cargo build
cargo test
cache_save_enable: true
Expand Down

0 comments on commit 56befdb

Please sign in to comment.