travis: use valgrind when running tests for debug builds

Except the non-x86 and sanitizer builds

Closes #6154
This commit is contained in:
Daniel Stenberg 2020-11-01 23:26:04 +01:00
parent b8895509a0
commit 606d213766
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 5 additions and 5 deletions

View file

@ -49,7 +49,7 @@ if [ "$T" = "debug" ]; then
make
make examples
if [ -z $NOTESTS ]; then
make TFLAGS=-n test-nonflaky
make test-nonflaky
fi
fi