Fixed yaml syntax

This commit is contained in:
Antoine Gersant 2019-09-28 22:38:12 -07:00
parent 0d7296b024
commit fa0dd54ce6

View file

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