diff --git a/justfile b/justfile index 88b9841..fcd79c6 100644 --- a/justfile +++ b/justfile @@ -12,11 +12,9 @@ TESTBIN := TMP/"all_tests" set shell := ["bash", "-cu"] -RUNNER := if os() == "linux" { "valgrind" } else { "" } - [default] test: build - {{RUNNER}} {{TESTBIN}} + {{TESTBIN}} test_memcheck: build valgrind --leak-check=full \