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: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: test command: test
toolchain: nightly toolchain: nightly
args: --release --all-features args: --release --all-features