Skip to content

Commit 358e751

Browse files
committed
Detect warnings in CI
1 parent 61ddd08 commit 358e751

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
schedule: [cron: "40 1 * * *"]
77

8+
env:
9+
RUSTFLAGS: '-Dwarnings'
10+
811
jobs:
912
test:
1013
name: Rust ${{matrix.rust}}
@@ -30,7 +33,7 @@ jobs:
3033
components: miri
3134
- run: cargo miri test
3235
env:
33-
MIRIFLAGS: "-Zmiri-tag-raw-pointers"
36+
MIRIFLAGS: '-Zmiri-tag-raw-pointers'
3437

3538
clippy:
3639
name: Clippy

0 commit comments

Comments
 (0)