Skip to content

Commit

Permalink
ci: Add --deny warnings to RUSTFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
filnet committed Dec 10, 2021
1 parent 68273a4 commit 24900bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
RUST_BACKTRACE: 1
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C debuginfo=0"
RUSTFLAGS: "-C debuginfo=0 --deny warnings"
OPTIONS: ${{ matrix.platform.options }}
FEATURES: ${{ format(',{0}', matrix.platform.features ) }}
CMD: ${{ matrix.platform.cmd }}
Expand Down

0 comments on commit 24900bc

Please sign in to comment.