From fe40173f32b14e012044b39f0f63c2613787e725 Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Sun, 20 Sep 2026 23:00:26 +0200 Subject: build: gate builds the clients too, not just the tests --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 43b5417..eac1bd7 100644 --- a/Makefile +++ b/Makefile @@ -119,6 +119,7 @@ test-ubsan: gate: $(MAKE) clean + $(MAKE) WERROR=1 all $(MAKE) WERROR=1 test $(MAKE) WERROR=1 test-asan -- cgit v1.3