chore: use test-quiet in make all

Amolith created

Change summary

Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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