summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-05-08 13:01:08 +0200
committerLaurenz <laurmaedje@gmail.com>2024-05-17 15:34:20 +0200
commit3cc6e58eabc7261e04baa28423756ab69f6dc220 (patch)
treeb0e4a3379c079e2bc963570c045ef27665ec0141 /.github
parenta7102f88dd686349139b78c5816c20156491b932 (diff)
Run PDF and SVG export in CI (#4097)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2d5b1427..1b4f7687 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -4,6 +4,7 @@ on: [push, pull_request, merge_group]
env:
RUSTFLAGS: "-Dwarnings"
RUSTDOCFLAGS: "-Dwarnings"
+ TYPST_TESTS_EXTENDED: true
jobs:
# This allows us to have one branch protection rule for the full test matrix.