summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2023-02-21 17:51:09 +1100
committerDarren Tucker <dtucker@dtucker.net>2023-02-21 17:51:09 +1100
commit357fb8ae14c07cd025eeed66e73de91bab569849 (patch)
treee7fd0b4334c8a55366cad4471b7a4671285850f9
parent17781aaa5188ee1477f7779b280d105512e3dbed (diff)
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.
-rwxr-xr-x.github/configs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/configs b/.github/configs
index bdd5ddbd..8f21fc54 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)