Disable test builds on Android

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley
2023-09-10 14:08:57 -07:00
parent af32c5c298
commit 023ab591b5

View File

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