diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-05-08 13:01:08 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2024-05-17 15:34:20 +0200 |
| commit | 3cc6e58eabc7261e04baa28423756ab69f6dc220 (patch) | |
| tree | b0e4a3379c079e2bc963570c045ef27665ec0141 /.github | |
| parent | a7102f88dd686349139b78c5816c20156491b932 (diff) | |
Run PDF and SVG export in CI (#4097)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
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. |
