Skip to content

Commit

Permalink
ci: don't fail cargo test on warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Guzik <marcel.guzik@inetum.com>
  • Loading branch information
Bravo555 committed Aug 27, 2024
1 parent d612a0b commit 80031fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 80031fa

Please sign in to comment.