GitHub: Skip check-tester in valgrind build

This commit is contained in:
Nicolas Williams
2022-02-01 13:38:18 -06:00
parent 69973757ce
commit 13cb84d465
2 changed files with 4 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ jobs:
CC: ${{ matrix.compiler }}
MAKEVARS: ${{ matrix.makevars }}
CONFIGURE_OPTS: ${{ matrix.configureopts }}
CHECK_TESTER_NO_VALGRIND: 'no-valgrind'
run: |
/bin/sh ./autogen.sh
mkdir build

View File

@@ -46,6 +46,9 @@ testfailed="echo test failed; cat messages.log; exit 1"
# If there is no useful db support compiled in, disable test
${have_db} || exit 77
# Do not run in GutHub valgrind builds -- too slow / not necessary
[ -n "$CHECK_TESTER_NO_VALGRIND" ] && exit 77
R=TEST.H5L.SE
keytabfile=${objdir}/server.keytab