diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6525451..7b55e9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,9 @@ jobs: - name: Build run: cabal build + - name: Build containers (for docspec) + run: cabal build containers + - name: Install and run cabal-docspec if: matrix.os == 'ubuntu-latest' working-directory: ${{ env.HOME }}