remove valgrind for now

This commit is contained in:
2026-05-25 20:43:04 +02:00
parent e1bd55e470
commit b2ba81c40a
+1 -3
View File
@@ -12,11 +12,9 @@ TESTBIN := TMP/"all_tests"
set shell := ["bash", "-cu"] set shell := ["bash", "-cu"]
RUNNER := if os() == "linux" { "valgrind" } else { "" }
[default] [default]
test: build test: build
{{RUNNER}} {{TESTBIN}} {{TESTBIN}}
test_memcheck: build test_memcheck: build
valgrind --leak-check=full \ valgrind --leak-check=full \