Fio 3.34
[fio.git] / ci / actions-smoke-test.sh
index c129c89fadd0d1ead1f258f797b71ab448842f02..3196f6a1ba33a0c2a1a8bfad0fdff3e60bb6e2f5 100755 (executable)
@@ -3,6 +3,8 @@
 set -eu
 
 main() {
+    [ "${CI_TARGET_BUILD}" = "android" ] && return 0
+
     echo "Running smoke tests..."
     make test
 }