actions: ensure check-minimal fails on warnings
This commit is contained in:
parent
7b1c0501f3
commit
2e06ff480f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue