|
|
@@ -42,4 +42,4 @@ tests_r: |
|
|
valgrind: |
|
|
valgrind: |
|
|
image: warchantua/dev-essential |
|
|
image: warchantua/dev-essential |
|
|
stage: test |
|
|
stage: test |
|
|
script: valgrind ./bin/slime --run-tests |
|
|
|
|
|
|
|
|
script: valgrind --error-exitcode=123 -q --track-origins=yes --leak-check=full --show-leak-kinds=all ./bin/slime_d --run-tests |