Skip to content

Commit

Permalink
ci: add a git diff check after running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jul 11, 2024
1 parent ddfa343 commit 07506ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- run: cargo ck
- run: cargo test --no-run
- run: cargo test
- run: git diff --exit-code # Must commit everything

test-windows:
needs: optimize_ci
Expand Down

0 comments on commit 07506ec

Please sign in to comment.