diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 95a78e5523..16dbdcb10f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,7 +54,8 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - name: Build static executable - run: nix-build -A postgrestStatic + run: | + nix-build -j6 -A postgrestStatic --keep-going 2>&1 | grep '^error: builder' -B50 - name: Save built executable as artifact uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: