From 40106cce1341558441b9d8fc6e46685cb4340603 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 17 Oct 2022 14:19:41 +0200 Subject: [PATCH] Update step name in CI build --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbeef1ae5..d5ff40089 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,8 +141,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