diff --git a/.github/workflows/test-packaging.yaml b/.github/workflows/test-packaging.yaml index 98d2299..55d5210 100644 --- a/.github/workflows/test-packaging.yaml +++ b/.github/workflows/test-packaging.yaml @@ -66,6 +66,12 @@ jobs: set -euxo pipefail make -C "${{ github.event.repository.name }}" check + - name: Run post-build integration tests against repo + shell: bash + run: | + set -euxo pipefail + make -C "${{ github.event.repository.name }}" test + - name: Install package shell: bash run: |