Skip to content

Commit

Permalink
android actually shouldn't use all features
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed Feb 9, 2025
1 parent f94ee98 commit 56581fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall cross
- run: cross check --all-targets --all-features --target aarch64-linux-android --no-default-features
- run: cross check --all-targets --target aarch64-linux-android --no-default-features
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 56581fb

Please sign in to comment.