From 80031fafeee08681478db4ff069174fa7f320e54 Mon Sep 17 00:00:00 2001 From: Marcel Guzik Date: Tue, 27 Aug 2024 13:21:30 +0200 Subject: [PATCH] ci: don't fail cargo test on warnings Signed-off-by: Marcel Guzik --- .github/workflows/pull-request-checks.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 447d4bc7fc..3fd366ea4a 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -223,8 +223,6 @@ jobs: cargo-test: name: Run cargo test runs-on: ubuntu-20.04 - env: - RUSTFLAGS: -D warnings needs: changes if: ${{ needs.changes.outputs.rust == 'true' || needs.changes.outputs.workflows == 'true' }} steps: