CI: Run distcheck on one workflow.

To ensure that the distribution stays in sync with the repository.
This commit is contained in:
John Ralls 2023-10-03 14:17:22 -07:00
parent d2fe61326d
commit f98274009c

View File

@ -30,7 +30,7 @@ jobs:
run: |
cd build
ninja
ninja check
ninja distcheck
env:
CTEST_OUTPUT_ON_FAILURE: On
- uses: actions/upload-artifact@v3