summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-04-01 23:21:40 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-04-01 23:21:40 +1100
commit6c49eb5fabc56f4865164ed818aa5112d09c31a8 (patch)
tree92b8d70b535c87d454dc4d97b873d7cdfd178819
parentf67e47903977b42cb6abcd5565a61bd7293e4dc3 (diff)
Only run regression tests on slow VMs.
-rwxr-xr-x.github/configs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/configs b/.github/configs
index b0fb3849..58e01228 100755
--- a/.github/configs
+++ b/.github/configs
@@ -149,6 +149,7 @@ case "${TARGET_HOST}" in
# These are slow real or virtual machines so skip the slowest tests
# (which tend to be thw ones that transfer lots of data) so that the
# test run does not time out.
+ TEST_TARGET=t-exec
SKIP_LTESTS="rekey sftp"
;;
dfly58*|dfly60*)