507: deny warnings in CI r=Kerollmops 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>
This commit is contained in:
bors[bot]
2022-04-28 15:16:35 +00:00
committed by GitHub

View File

@ -9,6 +9,7 @@ on:
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-D warnings"
jobs:
tests: