fix workflow no-std test

This commit is contained in:
Aitor Ruano 2020-04-02 10:15:25 +02:00
parent ef3636b3a2
commit 6894d20433
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ jobs:
override: true
- uses: actions-rs/cargo@v1
with:
command: test --no-default-features
command: test
args: --no-default-features
format:
name: Format