Skip to content

Commit

Permalink
Fail CI for explicitly enabled warnings (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored May 8, 2023
1 parent 1b7cf27 commit 307a83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
sudo apt-get install -y protobuf-compiler
- name: Run clippy
run: |
cargo clippy --tests --benches -- -D clippy::all
cargo clippy --tests --benches -- -D warnings
aggregate:
name: ci:required
Expand Down

0 comments on commit 307a83b

Please sign in to comment.