Skip to content

Commit 43afd10

Browse files
committed
Deny warnings on CI
1 parent 944e43d commit 43afd10

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
build_and_test:
1212
name: Build and test
1313
runs-on: ${{ matrix.os }}
14+
env:
15+
RUSTFLAGS: -Dwarnings
1416
strategy:
1517
matrix:
1618
os: [ubuntu-latest, windows-latest, macOS-latest]
@@ -46,6 +48,8 @@ jobs:
4648
check_fmt_and_docs:
4749
name: Checking fmt and docs
4850
runs-on: ubuntu-latest
51+
env:
52+
RUSTFLAGS: -Dwarnings
4953
steps:
5054
- uses: actions/checkout@master
5155

@@ -77,6 +81,8 @@ jobs:
7781
clippy_check:
7882
name: Clippy check
7983
runs-on: ubuntu-latest
84+
env:
85+
RUSTFLAGS: -Dwarnings
8086
steps:
8187
- uses: actions/checkout@v1
8288
- id: component

0 commit comments

Comments
 (0)