mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-27 18:00:24 +00:00
Use more descriptive name for cargo test action
This commit is contained in:
parent
7bcf2de400
commit
96a92deffd
1 changed files with 2 additions and 1 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
|
@ -15,7 +15,8 @@ jobs:
|
|||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- uses: actions-rs/cargo@v1
|
||||
- name: Run cargo test
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
lints:
|
||||
|
|
|
|||
Loading…
Reference in a new issue