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: >