Skip to content

Commit

Permalink
Update step name in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Oct 17, 2022
1 parent 8eea08c commit 70e497d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70e497d

Please sign in to comment.