Skip to content

Commit

Permalink
Merge pull request #3084 from Bravo555/ci/cargo-test-dont-deny-warnings
Browse files Browse the repository at this point in the history
ci: don't fail cargo test on warnings
  • Loading branch information
Bravo555 committed Aug 27, 2024
2 parents d612a0b + 80031fa commit e48ffd7
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 e48ffd7

Please sign in to comment.