Skip to content

Commit

Permalink
ci: Use build instead of test for Android
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Jun 1, 2024
1 parent dd0488e commit 5a660a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# We don't test BSDs, since we already test them in Cirrus.
- name: Android
if: startsWith(matrix.os, 'ubuntu')
run: cross test --target arm-linux-androideabi
run: cross build --target arm-linux-androideabi
- name: iOS
if: startsWith(matrix.os, 'macos')
run: |
Expand Down

0 comments on commit 5a660a8

Please sign in to comment.