1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-29 15:13:04 +04:00

valgrind + full unit tests takes too long

This commit is contained in:
Niels
2016-08-10 21:33:03 +02:00
parent 1c4ca6d7b1
commit 5db41313ba
+1 -1
View File
@@ -39,7 +39,7 @@ matrix:
sources: ['ubuntu-toolchain-r-test']
packages: [g++-4.9, valgrind]
after_success:
- valgrind --error-exitcode=1 --leak-check=full test/json_unit -s "*" ;
- valgrind --error-exitcode=1 --leak-check=full test/json_unit
# Coveralls