From d82ab06534a7537ea90c3c4b4faeffc0d254ecf5 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Sun, 23 Feb 2025 11:11:04 -0500 Subject: [PATCH] Use `-v` in `make test` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe792ce..9eab5a9 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ check: assets luacheck -d --codes src/ --exclude-files src/test/ test: check - (cd src; find ./test -name '*lua' | xargs -L1 lua) + (cd src; find ./test -name '*lua' | xargs -L1 -I %% lua %% -v) lint: stylua --indent-type Spaces src/