From f8f80dfa52c0de4ecf9cda86ba36abff73e7db39 Mon Sep 17 00:00:00 2001 From: teridax Date: Tue, 2 Jul 2024 10:59:19 +0200 Subject: [PATCH] change: added template compilation to CI --- run-ci.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run-ci.sh b/run-ci.sh index 8980161..4481709 100755 --- a/run-ci.sh +++ b/run-ci.sh @@ -7,6 +7,9 @@ function abort() { exit 1 } +echo "Compiling template..." +typst compile template/main.typ --root . || abort "template" + echo "Running tests..." echo "Running test local-import..."