Use more descriptive name for cargo test action

This commit is contained in:
Paweł Romanowski 2020-10-16 14:47:54 +02:00
parent 7bcf2de400
commit 96a92deffd

View file

@ -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: