Actually run Valgrind tests.

This commit is contained in:
Darren Tucker 2021-02-19 10:20:17 +11:00
parent 41d232e226
commit e9f6d563c0
1 changed files with 1 additions and 1 deletions

2
.github/configs vendored
View File

@ -56,7 +56,7 @@ case "$config" in
TEST_TARGET=t-exec TEST_TARGET=t-exec
;; ;;
valgrind) valgrind)
TEST_TARGET=USE_VALGRIND=1 TEST_TARGET="tests USE_VALGRIND=1"
;; ;;
*) *)
echo "Unknown configuration $config" echo "Unknown configuration $config"