Do not run all workspace tests

This commit is contained in:
J Henry Waugh 2020-09-08 16:24:08 -05:00
parent 60ecb87c5d
commit e6e1362a61

View File

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