diff --git a/.github/workflows/binary_test.yml b/.github/workflows/binary_test.yml index ed138ca31..288abc848 100644 --- a/.github/workflows/binary_test.yml +++ b/.github/workflows/binary_test.yml @@ -49,4 +49,3 @@ jobs: - name: Build run: cd weed; GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -v . - continue-on-error: true