Skip to content

Commit 7c62357

Browse files
committed
Deny warnings on CI
Fixes rust-lang#1213
1 parent 0dd3d28 commit 7c62357

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
- push
55
- pull_request
66

7+
env:
8+
RUSTFLAGS: "-Dwarnings" # Deny warnings on CI
9+
710
jobs:
811
build:
912
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)