From 9653af1b87f5e99f5b3a009507cc18e20d7f1fa6 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 18 Jan 2026 09:07:02 -0700 Subject: [PATCH] chore: use test-quiet in make all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8fffc27c1b323e460f59bef2604352cfe89e44e..5feda821bb4becd8af0e1f4eb5047bc854b73ada 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ .PHONY: all fmt fmt-check lint check test test-quiet ci dist clean -all: fmt lint check test +all: fmt lint check test-quiet # Bundle all modules into single distributable file dist: dist/wt