diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31d7579..c13b59e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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