Skip to content

Commit 09c83b6

Browse files
committed
Make Clippy fail on warnings
1 parent 52a6be0 commit 09c83b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Rust
22

33
on: [push, pull_request]
44

5+
# Make sure CI fails on all warnings, including Clippy lints
6+
env:
7+
RUSTFLAGS: "-Dwarnings"
8+
59
jobs:
610
formatting:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)