Skip to content

Commit 878cd24

Browse files
committed
Detect warnings in CI
1 parent 7ecea3b commit 878cd24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
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}}

0 commit comments

Comments
 (0)