diff --git a/.drone.yml b/.drone.yml index 7beb9c5..73b1f0a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,7 @@ steps: - cmake --build build-release --target all -- -j 4 - cd build-debug - ./MalachScriptTests -s --duration=true --force-colors=true - - valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 ./ArbutilsTests --test-case-exclude="Throw exception get stack trace" + - valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 ./MalachScriptTests --test-case-exclude="Throw exception get stack trace" - name: test-release-windows image: deukhoofd/windowsbuilder commands: