From 85e73c139c25ad8f3e8db0d8f218c092e78950ef Mon Sep 17 00:00:00 2001 From: Michael Goerz Date: Fri, 8 Mar 2024 00:08:17 -0500 Subject: [PATCH] Add `DocumenterInterLinks` to regression tests (#2477) --- .github/workflows/regression-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index 7b120678e3..ca768a8bf4 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -12,6 +12,7 @@ jobs: matrix: include: - package: 'DocumenterCitations' + - package: 'DocumenterInterLinks' - package: 'DocumenterMermaid' - package: 'Asciicast' steps: