Update travis to run the test with sanitizers on.
This commit is contained in:
parent
4c812d47bd
commit
7c8404eaf9
|
@ -17,3 +17,5 @@ script:
|
|||
- export CC=gcc-7
|
||||
- make
|
||||
- make test
|
||||
- make clean
|
||||
- make SANITIZEGOLD=1 test
|
||||
|
|
Loading…
Reference in New Issue