We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b553d7 commit e41823fCopy full SHA for e41823f
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: dtolnay/rust-toolchain@master
36
with:
37
toolchain: ${{ matrix.rust }}
38
- - run: cargo check ${{ matrix.features }}
+ - run: RUSTFLAGS="--deny warnings" cargo check ${{ matrix.features }}
39
40
test:
41
name: test
0 commit comments