chore(just): add pattern parameter to test command

This commit is contained in:
Aire-One 2023-05-09 00:29:06 +02:00
parent 1ccb6d0ce9
commit eca034828c
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ validate:
awesomerc.tl
# `find . -type f -iname '*.d.tl' | xargs`
test:
busted
test PATTERN="_spec":
busted --pattern={{ PATTERN }}
# Requires a patched version of luacov (https://github.com/lunarmodules/luacov/issues/98#issuecomment-1530491759)
coverage: