Skip to content

Commit

Permalink
Treat warnings as errors when running cargo clippy in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yestyle committed Feb 28, 2023
1 parent f8eb1e8 commit 58560da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Run cargo clippy
run: |
cargo clippy
env:
CI: true
- name: Run cargo test
run: |
cargo test --release --test integration -- --show-output
Expand Down

0 comments on commit 58560da

Please sign in to comment.