diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76448e60d6..65dd415364 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,8 +119,7 @@ jobs: with: command: build args: --all-features - # The repo shouldn't have any unstaged changes after a build - - name: Check up-to-date repo + - name: Reject uncommitted changes run: git diff --exit-code - name: Run `cargo test` uses: actions-rs/cargo@4ff6ec2846f6e7217c1a9b0b503506665f134c4b