Skip to content

Commit

Permalink
Elevate clippy warnings to errors in GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vruello committed Oct 27, 2023
1 parent f881a5f commit 624df22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Clippy
run: cargo clippy
run: cargo clippy -- -Dwarnings
- name: Run tests
run: |
# Env var to connect to the Postgres docker
Expand Down

0 comments on commit 624df22

Please sign in to comment.