From bdf810b8f02f50167d72a6df5f336abd5bfe0d5e Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sun, 1 Nov 2020 13:30:44 +0100 Subject: [PATCH] Fixes CI command. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: