Skip to content

Commit e41823f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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)