diff --git a/Justfile b/Justfile index 7c0e84b..713232e 100644 --- a/Justfile +++ b/Justfile @@ -47,8 +47,12 @@ publish output: alabaster package {{ output }} # run the test suite -test filter='': - typst-test run {{ filter }} +test *args: + typst-test run {{ args }} + +# update the test suite +update *args: + typst-test update {{ args }} # run the ci test suite ci: