diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 62e685d5bc..66b9c5286c 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: