Fixed yaml syntax
This commit is contained in:
parent
0d7296b024
commit
fa0dd54ce6
1 changed files with 4 additions and 4 deletions
8
.github/workflows/validate-pr.yaml
vendored
8
.github/workflows/validate-pr.yaml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
toolchain: nightly
|
||||
args: --release --all-features
|
||||
with:
|
||||
command: test
|
||||
toolchain: nightly
|
||||
args: --release --all-features
|
||||
|
|
Loading…
Add table
Reference in a new issue