Skip to content

Commit 192aae7

Browse files
Deny warnings in CI (on Windows builder)
1 parent f5e249a commit 192aae7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353

5454
- name: cargo check
5555
run: cargo check
56+
env:
57+
RUSTFLAGS: -Dwarnings
5658

5759
test_benchmarks:
5860
strategy:

0 commit comments

Comments
 (0)