mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-24 22:35:39 +02:00
Skip unit tests on sol11 to speed things up.
This commit is contained in:
parent
161873035c
commit
bc9b0c2570
5
.github/configs
vendored
5
.github/configs
vendored
@ -69,8 +69,9 @@ case "$config" in
|
||||
esac
|
||||
|
||||
case "${TARGET_HOST}" in
|
||||
sol10)
|
||||
# This VM is 32bit and the unit tests are slow.
|
||||
sol10|sol11)
|
||||
# sol10 VM is 32bit and the unit tests are slow.
|
||||
# sol11 has 4 test configs so skip unit tests to speed up.
|
||||
TEST_TARGET="tests SKIP_UNIT=1"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user