Skip to content

Commit

Permalink
ci: Fixed clippy to actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ishere committed Jan 31, 2024
1 parent 51f2802 commit 089da3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
key: lint-${{ hashFiles('Cargo.lock') }}

- name: check
run: cargo clippy --no-deps --all-targets --verbose
run: cargo clippy --no-deps --all-targets --verbose -- -Dwarnings

- name: check
run: cargo fmt --all --check --verbose
Expand Down

0 comments on commit 089da3a

Please sign in to comment.