Give names to build steps
This commit is contained in:
parent
ac915ab269
commit
4aa0267e48
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -18,12 +18,15 @@ jobs:
|
|||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- uses: actions-rs/cargo@v1
|
|
||||||
|
- name: Compile
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release
|
args: --release
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
- name: Run Tests
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --release
|
args: --release
|
Loading…
x
Reference in New Issue
Block a user