From 2e06ff480f356f6d3c9d7231796eae52bfc90030 Mon Sep 17 00:00:00 2001 From: i509VCB Date: Mon, 22 Nov 2021 14:15:15 -0600 Subject: [PATCH] actions: ensure check-minimal fails on warnings --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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