Skip to content

Commit 3affdc5

Browse files
authored
Update CI build
1 parent e910bae commit 3affdc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • supplementary/workflows

supplementary/workflows/test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ main() {
5959
case "${1:-}" in
6060
"android-aarch64") _test_android "aarch64" ;;
6161
"android-arm") _test_android "ARM" ;;
62-
#*) _smoke_test && _unit_tests && _exit_test;;
63-
*) _smoke_test;;
62+
*) _unit_tests && _exit_test;;
63+
#*) _smoke_test;;
6464
esac
6565
}
6666

0 commit comments

Comments
 (0)