diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84e6ec28c..9c1e613fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,6 +114,7 @@ jobs: - name: Build tests if: > !contains(matrix.platform.target, 'redox') && + !contains(matrix.platform.target, 'android') && matrix.toolchain != '1.65.0' run: cargo test --no-run $OPTIONS