From 9a4c1c97027c0f63062c253e3ad72297e74c5beb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Jun 2021 16:48:52 -0300 Subject: Makefile: Remove fallible/valgrind tests for now --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ad5e4c8..38e31d0 100644 --- a/Makefile +++ b/Makefile @@ -25,9 +25,7 @@ check: all run-tests sh tests/ranking.sh sh tests/signals.sh -dev-check: check fallible-tests - valgrind `fallible-check --valgrind-flags` ./run-tests - fallible-check ./fallible-tests +dev-check: check sh aux/assert-shellcheck.sh sh aux/workflow/assert-todos.sh sh aux/workflow/assert-changelog.sh $(NAME) $(NAME) -- cgit v1.2.3