Skip to content

Commit

Permalink
Add git diff --exit-code to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel authored Mar 10, 2024
1 parent d6f51ec commit 9143729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:
./build.sh
- name: Run tests
run: cargo test --all --verbose
- name: Ensure no files have changed
run: git diff --exit-code

0 comments on commit 9143729

Please sign in to comment.