mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +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
|
esac
|
||||||
|
|
||||||
case "${TARGET_HOST}" in
|
case "${TARGET_HOST}" in
|
||||||
sol10)
|
sol10|sol11)
|
||||||
# This VM is 32bit and the unit tests are slow.
|
# 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"
|
TEST_TARGET="tests SKIP_UNIT=1"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user