Skip to content

Commit

Permalink
Test Android on CI (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Jun 1, 2024
1 parent 70cb7a2 commit 407201d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 407201d

Please sign in to comment.