Skip to content

Commit 9220dc0

Browse files
pchickeybavshin-f5
authored andcommitted
ci: set RUSTFLAGS to deny warnings for all jobs
1 parent 84d9813 commit 9220dc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [ push, pull_request ]
55
env:
66
CARGO_TERM_COLOR: 'always'
77
CARGO_TERM_VERBOSE: 'true'
8+
RUSTFLAGS: '--deny warnings'
89
RUSTDOCFLAGS: '-Dwarnings'
910

1011
jobs:

0 commit comments

Comments
 (0)