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
|
args: --manifest-path "./anvil/Cargo.toml" --features "test_all_features" -- -D warnings
|
||||||
|
|
||||||
check-minimal:
|
check-minimal:
|
||||||
|
env:
|
||||||
|
RUSTFLAGS: "-D warnings"
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
|
|
Loading…
Reference in New Issue