Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Feb 23, 2025
1 parent 9bc25c7 commit 47968da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Build on nightly
run: |
cargo build --release
cargo +nightly clippy --all --all-features -- -D warnings -A clippy::literal_string_with_formatting_args
cargo +nightly clippy --all-features -- -D warnings -A clippy::literal_string_with_formatting_args
test:
strategy:
Expand Down

0 comments on commit 47968da

Please sign in to comment.