Skip to content

Commit cbde1ef

Browse files
committed
CI: fail on Rust warnings, including Clippy ones
1 parent 654b0a8 commit cbde1ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
rust:
3939
runs-on: ubuntu-latest
4040
name: Rust
41+
env:
42+
RUSTFLAGS: "-Dwarnings"
4143
steps:
4244
- uses: actions/checkout@v4
4345
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)