actions: ensure check-minimal fails on warnings

This commit is contained in:
i509VCB 2021-11-22 14:15:15 -06:00 committed by Victor Berger
parent 7b1c0501f3
commit 2e06ff480f
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ jobs:
args: --manifest-path "./anvil/Cargo.toml" --features "test_all_features" -- -D warnings
check-minimal:
env:
RUSTFLAGS: "-D warnings"
runs-on: ubuntu-latest
steps:
- name: Checkout sources