Skip to content

Commit

Permalink
Merge #2339
Browse files Browse the repository at this point in the history
2339: deny warnings in CI r=irevoire a=MarinPostma

Add `RUSTFLAGS= -D warnings` to the CI so all warnings are treated as hard errors.

Co-authored-by: ad hoc <postma.marin@protonmail.com>
  • Loading branch information
bors[bot] and MarinPostma committed May 16, 2022
2 parents b9b9cba + 348af6c commit b9866d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
RUSTFLAGS: "-D warnings"

jobs:
tests:
Expand Down

0 comments on commit b9866d8

Please sign in to comment.