summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-01-20 00:49:57 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-01-20 00:49:57 +1100
commit3fe6800b6027add478e648934cbb29d684e51943 (patch)
tree6fb0e95e15db7210d5f36d99c85fdc2956b7cd9c /.github
parent20da6ed136dd76e6a0b229ca3036ef9c7c7ef798 (diff)
Move more tests out of valgrind-1 runner.
Diffstat (limited to '.github')
-rwxr-xr-x.github/configs6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/configs b/.github/configs
index 3bc9803e..c70776a5 100755
--- a/.github/configs
+++ b/.github/configs
@@ -98,9 +98,9 @@ case "$config" in
# Valgrind slows things down enough that the agent timeout test
# won't reliably pass, and the unit tests run longer than allowed
# by github so split into three separate tests.
- tests2="rekey integrity"
- tests3="krl forward-control sshsig"
- tests4="cert-userkey cert-hostkey kextype sftp-perm keygen-comment"
+ tests2="rekey integrity try-ciphers sftp"
+ tests3="krl forward-control sshsig agent-restrict kextype"
+ tests4="cert-userkey cert-hostkey kextype sftp-perm keygen-comment percent"
case "$config" in
valgrind-1)
# All tests except agent-timeout (which is flaky under valgrind)