From 357fb8ae14c07cd025eeed66e73de91bab569849 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 21 Feb 2023 17:51:09 +1100 Subject: [PATCH] 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. --- .github/configs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)