Skip to content

Commit 2667544

Browse files
warren2kmightyiam
andcommitted
Disallow compile warnings in CI
Co-authored-by: Shahar "Dawn" Or <[email protected]>
1 parent 6683438 commit 2667544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: dtolnay/rust-toolchain@master
3636
with:
3737
toolchain: ${{ matrix.rust }}
38-
- run: cargo check ${{ matrix.features }}
38+
- run: RUSTFLAGS="--deny warnings" cargo check ${{ matrix.features }}
3939

4040
test:
4141
name: test

0 commit comments

Comments
 (0)