From 407201df90ad015d7d868dec3f3d6a9db044b1c3 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 2 Jun 2024 01:10:55 +0900 Subject: [PATCH] Test Android on CI (#84) --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 221dc8c..136f0e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - run: cargo test env: RUSTFLAGS: ${{ env.RUSTFLAGS }} --cfg async_process_force_signal_backend - + test-android: runs-on: ubuntu-latest strategy: @@ -70,10 +70,7 @@ jobs: # On stable, `$DOCTEST_XCOMPILE` is not set. # Once `-Z doctest-xcompile` is stabilized, the corresponding flag # will be set to `$DOCTEST_XCOMPILE` (if it is available). - # - run: cargo test --verbose $DOCTEST_XCOMPILE - # workaround, 3 tests fail because they cant find /system/bin/sh - # in qemu - - run: cargo build --verbose + - run: cargo test --verbose $DOCTEST_XCOMPILE msrv: runs-on: ${{ matrix.os }}