Skip to content

Commit 60dfd30

Browse files
committed
Deny warnings on CI builds and tests
1 parent 5098c41 commit 60dfd30

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55

66
name: Continuous integration
77

8+
env:
9+
RUSTFLAGS: '--deny warnings'
10+
811
jobs:
912
ci-linux:
1013
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55

66
name: Test Suite
77

8+
env:
9+
RUSTFLAGS: '--deny warnings'
10+
811
jobs:
912
ci-linux:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)