From e6e1362a610d779debf735215beb41f3993664d5 Mon Sep 17 00:00:00 2001 From: J Henry Waugh Date: Tue, 8 Sep 2020 16:24:08 -0500 Subject: [PATCH] Do not run all workspace tests --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5465c05..37d8c233 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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