mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
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…
Reference in a new issue