ci: fix action name
This commit is contained in:
parent
fdcbd4e765
commit
2d755af853
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -47,8 +47,8 @@ jobs:
|
||||||
- uses: isbang/compose-action@v0.1
|
- uses: isbang/compose-action@v0.1
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
uses: action-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --all-features --release
|
args: --all-features --verbose
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue