From c7ac34d05114ca6f5ee67baa58f35007f48c282d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 5 Oct 2024 03:04:11 -0300 Subject: Makefile: run "fuzz" in "check-integration" target (for 1 second) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d2545b1..3809a74 100644 --- a/Makefile +++ b/Makefile @@ -148,6 +148,7 @@ $(integration-tests): ALWAYS sh $@ check-integration: $(integration-tests) +check-integration: fuzz ## Run all tests. Each test suite is isolated, so that a parallel -- cgit v1.2.3