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