From 46e78e9b3ef7b3a48553411ff56ef2dcf54ea5b3 Mon Sep 17 00:00:00 2001 From: Alexander <4584443+DragonStuff@users.noreply.github.com> Date: Sat, 28 Aug 2021 11:19:33 +0900 Subject: [PATCH] fix(ci): allow test job to continue on error --- .github/workflows/binary_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/binary_test.yml b/.github/workflows/binary_test.yml index b575c9612..aa7d3dbf4 100644 --- a/.github/workflows/binary_test.yml +++ b/.github/workflows/binary_test.yml @@ -57,3 +57,4 @@ jobs: - name: Build run: cd weed; GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -v . + continue-on-error: true