Skip to content

Commit b7d011d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
override: true
5353

5454
- name: cargo check
55-
run: cargo check
55+
run: RUSTFLAGS=-Dwarnings cargo check
5656

5757
test_benchmarks:
5858
strategy:

0 commit comments

Comments
 (0)