diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-05-08 13:01:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-08 11:01:08 +0000 |
| commit | be12762d942e978ddf2e0ac5c34125264ab483b7 (patch) | |
| tree | b800aea0713768859ec5a65dab4d94372c579ff5 /.github | |
| parent | 4bca472210d1863fcb638e9b641ddc2a1e9b1515 (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. |
