mirror of https://github.com/hannobraun/Fornjot
Update step name in CI build
This commit is contained in:
parent
46345d97ce
commit
40106cce13
|
@ -141,8 +141,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --all-features
|
args: --all-features
|
||||||
# The repo shouldn't have any unstaged changes after a build
|
- name: Reject uncommitted changes
|
||||||
- name: Check up-to-date repo
|
|
||||||
run: git diff --exit-code
|
run: git diff --exit-code
|
||||||
- name: Run `cargo test`
|
- name: Run `cargo test`
|
||||||
uses: actions-rs/cargo@4ff6ec2846f6e7217c1a9b0b503506665f134c4b
|
uses: actions-rs/cargo@4ff6ec2846f6e7217c1a9b0b503506665f134c4b
|
||||||
|
|
Loading…
Reference in New Issue