From 5a660a8c4287cfa2def5f0f11e4ddf09ad39c9cf Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 1 Jun 2024 07:33:16 -0700 Subject: [PATCH] ci: Use build instead of test for Android Signed-off-by: John Nunley --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbff66c..b59ad0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |