Skip to content

Commit c133168

Browse files
committed
Add step names.
1 parent f91a459 commit c133168

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
with:
1414
toolchain: stable
1515
- uses: actions-rs/cargo@v1
16+
name: Cargo test
1617
with:
1718
command: test
1819
- uses: actions-rs/cargo@v1
20+
name: Cargo build
1921
with:
2022
command: build
2123
args: --release --all-features

0 commit comments

Comments
 (0)