From af32c5c2987a519102c178e7aa9dc60a07891181 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 10 Sep 2023 14:00:32 -0700 Subject: [PATCH] Don't use CMD subselection on Android Signed-off-by: John Nunley --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a912e790d..84e6ec28c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: if: > !contains(matrix.platform.target, 'redox') && matrix.toolchain != '1.65.0' - run: cargo $CMD test --no-run $OPTIONS + run: cargo test --no-run $OPTIONS - name: Run tests if: >