From 0cf5e46c874033925c7a73da7cd894a7bf0b4c22 Mon Sep 17 00:00:00 2001 From: tinger Date: Sun, 28 Apr 2024 11:50:36 +0200 Subject: [PATCH] Add update recipe --- Justfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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: -- 2.51.2