fix workflow no-std test
This commit is contained in:
parent
ef3636b3a2
commit
6894d20433
|
@ -43,7 +43,8 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test --no-default-features
|
command: test
|
||||||
|
args: --no-default-features
|
||||||
|
|
||||||
format:
|
format:
|
||||||
name: Format
|
name: Format
|
||||||
|
|
Loading…
Reference in New Issue