Skip to content

Commit 362d203

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

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
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: dtolnay/rust-toolchain@stable
25-
- run: cargo check ${{ matrix.features }}
25+
- run: RUSTFLAGS="--deny warnings" cargo check ${{ matrix.features }}
2626

2727
msrv:
2828
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)