Skip to content

Commit

Permalink
added rustflag to cargo checkmate to fail on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar-Pepper committed Oct 12, 2023
1 parent 53cffa3 commit c9cb84d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cargo-checkmate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
phase: [build, check, clippy, doc, format]
needs: cache-checkmate
runs-on: ubuntu-22.04
env:
RUSTFLAGS: -D warnings
steps:
- uses: taiki-e/cache-cargo-install-action@v1
with:
Expand Down

0 comments on commit c9cb84d

Please sign in to comment.