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