ci: Also test the Android recovery environment
[fio.git] / ci / actions-smoke-test.sh
index 3196f6a1ba33a0c2a1a8bfad0fdff3e60bb6e2f5..494462ac38a5c46d129d95c07146595e724c3878 100755 (executable)
@@ -3,7 +3,10 @@
 set -eu
 
 main() {
-    [ "${CI_TARGET_BUILD}" = "android" ] && return 0
+    case "${CI_TARGET_BUILD}" in
+       android*)
+           return 0;;
+    esac
 
     echo "Running smoke tests..."
     make test