Skip to content

Commit

Permalink
fixup! chore(CI): split cargo clippy and test into 2 job
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Oct 18, 2023
1 parent 2f037c4 commit 8f97ecd
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 @@ -27,7 +27,7 @@ jobs:
${{ runner.os }}-${{ runner.arch }}-cargo-clippy
- name: Check format
run: cargo fmt -- --check
run: cargo fmt --all -- --check --verbose
- name: Cargo clippy check
env:
RUSTFLAGS: -D warnings
Expand Down

0 comments on commit 8f97ecd

Please sign in to comment.