chore(just): add pattern parameter to test command
This commit is contained in:
parent
106a456dd0
commit
4eeb8894d2
4
justfile
4
justfile
|
@ -47,8 +47,8 @@ validate:
|
||||||
awesomerc.tl
|
awesomerc.tl
|
||||||
# `find . -type f -iname '*.d.tl' | xargs`
|
# `find . -type f -iname '*.d.tl' | xargs`
|
||||||
|
|
||||||
test:
|
test *pattern:
|
||||||
busted
|
busted --pattern={{ pattern }}
|
||||||
|
|
||||||
# Requires a patched version of luacov (https://github.com/lunarmodules/luacov/issues/98#issuecomment-1530491759)
|
# Requires a patched version of luacov (https://github.com/lunarmodules/luacov/issues/98#issuecomment-1530491759)
|
||||||
coverage:
|
coverage:
|
||||||
|
|
Loading…
Reference in New Issue