Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
ci: deny warnings in clippy check
Browse files Browse the repository at this point in the history
  • Loading branch information
duskmoon314 committed Feb 20, 2023
1 parent 31d336d commit 56e96a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Check format
run: cargo fmt --all --check
- name: Check clippy
run: cargo clippy
run: cargo clippy -- -D warnings
- name: Check build
run: cargo build
- name: Check test
Expand Down

0 comments on commit 56e96a4

Please # to comment.