tools/ci.sh: Run full test suite on stackless and settrace builds.

Signed-off-by: Damien George <damien@micropython.org>
pull/8669/head
Damien George 2022-05-15 13:38:44 +10:00
rodzic acfc3bbdf8
commit f8d3956c63
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -546,7 +546,7 @@ function ci_unix_settrace_build {
}
function ci_unix_settrace_run_tests {
ci_unix_run_tests_helper "${CI_UNIX_OPTS_SYS_SETTRACE[@]}"
ci_unix_run_tests_full_helper standard "${CI_UNIX_OPTS_SYS_SETTRACE[@]}"
}
function ci_unix_settrace_stackless_build {
@ -555,7 +555,7 @@ function ci_unix_settrace_stackless_build {
}
function ci_unix_settrace_stackless_run_tests {
ci_unix_run_tests_helper "${CI_UNIX_OPTS_SYS_SETTRACE_STACKLESS[@]}"
ci_unix_run_tests_full_helper standard "${CI_UNIX_OPTS_SYS_SETTRACE_STACKLESS[@]}"
}
function ci_unix_macos_build {