We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e910bae commit 3affdc5Copy full SHA for 3affdc5
1 file changed
supplementary/workflows/test
@@ -59,8 +59,8 @@ main() {
59
case "${1:-}" in
60
"android-aarch64") _test_android "aarch64" ;;
61
"android-arm") _test_android "ARM" ;;
62
- #*) _smoke_test && _unit_tests && _exit_test;;
63
- *) _smoke_test;;
+ *) _unit_tests && _exit_test;;
+ #*) _smoke_test;;
64
esac
65
}
66
0 commit comments