fix workflow no-std test
This commit is contained in:
parent
ef3636b3a2
commit
6894d20433
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue