diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de86b8f1..7f8c1793 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,11 @@ jobs: run: | export DILLOBIN=$(readlink -f install/bin/dillo) make check || (cat test/html/test-suite.log; false) + - name: make distcheck (with HTML tests) + run: | + export DILLOBIN= + export DISTCHECK_CONFIGURE_FLAGS=--enable-html-tests + make distcheck # - name: Remove pipes # run: find test/html -type p -delete || true # - name: Archive production artifacts |