This commit is contained in:
Stephen Chung 2020-08-06 00:01:16 +08:00
parent ffe52bf437
commit fff08d29b6

View File

@ -50,7 +50,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all {{matrix.flags}}
args: --all ${{matrix.flags}}
# no-std builds are a bit more extensive to test
no_std_build:
name: NoStdBuild