Don't use CMD subselection on Android

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley
2023-09-10 14:00:32 -07:00
parent 0c4e725692
commit af32c5c298

View File

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