mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 14:50:04 -04:00
Disable test builds on Android
Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -114,6 +114,7 @@ jobs:
|
|||||||
- name: Build tests
|
- name: Build tests
|
||||||
if: >
|
if: >
|
||||||
!contains(matrix.platform.target, 'redox') &&
|
!contains(matrix.platform.target, 'redox') &&
|
||||||
|
!contains(matrix.platform.target, 'android') &&
|
||||||
matrix.toolchain != '1.65.0'
|
matrix.toolchain != '1.65.0'
|
||||||
run: cargo test --no-run $OPTIONS
|
run: cargo test --no-run $OPTIONS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user