Skip to content

Commit 859a5ae

Browse files
authored
Deny warnings everywhere in CI.
1 parent b9d88cc commit 859a5ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
env:
1111
CARGO_TERM_COLOR: always
12+
RUSTFLAGS: '-D warnings'
1213

1314
jobs:
1415
# Run MIRI tests on nightly
@@ -111,7 +112,7 @@ jobs:
111112
with:
112113
components: clippy
113114
targets: i686-unknown-linux-musl
114-
- run: cargo clippy --all --target i686-unknown-linux-musl --all-targets -- --deny warnings
115+
- run: cargo clippy --all --target i686-unknown-linux-musl --all-targets
115116

116117
# Compilation check
117118
check:

0 commit comments

Comments
 (0)