From: Darren Tucker Date: Tue, 21 Feb 2023 06:51:09 +0000 (+1100) Subject: Also run unit tests on AIX VMs. X-Git-Tag: V_9_3_P1~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=357fb8ae14c07cd025eeed66e73de91bab569849;p=thirdparty%2Fopenssh-portable.git Also run unit tests on AIX VMs. In the past these tests took too long, but these days it only adds about 5 min to the run. --- diff --git a/.github/configs b/.github/configs index bdd5ddbdf..8f21fc54a 100755 --- a/.github/configs +++ b/.github/configs @@ -221,7 +221,7 @@ case "${TARGET_HOST}" in # test run does not time out. # The agent-restrict test fails due to some quoting issue when run # with sh or ksh so specify bash for now. - TEST_TARGET="t-exec TEST_SHELL=bash" + TEST_TARGET="t-exec unit TEST_SHELL=bash" SKIP_LTESTS="rekey sftp" ;; debian-riscv64)