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

Commit

Permalink
Merge pull request #11 from duskmoon314/ci
Browse files Browse the repository at this point in the history
ci: deny warnings in clippy check
  • Loading branch information
luojia65 authored Feb 20, 2023
2 parents 31d336d + 56e96a4 commit 0ba407c
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 0ba407c

Please # to comment.