From: Darren Tucker Date: Wed, 17 Feb 2021 23:10:00 +0000 (+1100) Subject: Skip unit tests on sol11 to speed things up. X-Git-Tag: V_8_5_P1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc9b0c25703215501da28aa7a6539f96c0fa656f;p=thirdparty%2Fopenssh-portable.git Skip unit tests on sol11 to speed things up. --- diff --git a/.github/configs b/.github/configs index fa8fb6a27..9d2119a8a 100755 --- a/.github/configs +++ b/.github/configs @@ -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