ci: Also test the Android recovery environment
[fio.git] / ci / actions-full-test.sh
index d1675f6eb2f17c0d5e08142245e0cbdde2efcdc1..d2fb4201ae37ba1f4f9bcdce91acc8dcc3338733 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 long running tests..."
     export PYTHONUNBUFFERED="TRUE"