Skip to content

Commit

Permalink
Disallow compile warnings in CI
Browse files Browse the repository at this point in the history
Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
  • Loading branch information
warren2k and mightyiam committed Aug 19, 2023
1 parent f920a9c commit ee0a550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- run: cargo check ${{ matrix.features }}
- run: RUSTFLAGS="--deny warnings" cargo check ${{ matrix.features }}

test:
name: test
Expand Down

0 comments on commit ee0a550

Please sign in to comment.