From 6850252e7c9067ab4204d8f010bedd0533d4eb5d Mon Sep 17 00:00:00 2001 From: Alexander <4584443+DragonStuff@users.noreply.github.com> Date: Sat, 28 Aug 2021 11:23:49 +0900 Subject: [PATCH] revert(ci): remove continue-on-error --- .github/workflows/binary_test.yml | 1 - 1 file changed, 1 deletion(-) 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