Use `-v` in `make test`

This commit is contained in:
Sage Vaillancourt 2025-02-23 11:11:04 -05:00
parent 3715361718
commit d82ab06534
1 changed files with 1 additions and 1 deletions

View File

@ -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/