aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander <4584443+DragonStuff@users.noreply.github.com>2021-08-28 11:23:49 +0900
committerAlexander <4584443+DragonStuff@users.noreply.github.com>2021-08-28 11:23:49 +0900
commit6850252e7c9067ab4204d8f010bedd0533d4eb5d (patch)
treed75c73751eb2ab9375b1ffd28bb19855d8fa2f61
parent5a10f27c8d599a15779358023330928c3b19da3c (diff)
downloadseaweedfs-6850252e7c9067ab4204d8f010bedd0533d4eb5d.tar.xz
seaweedfs-6850252e7c9067ab4204d8f010bedd0533d4eb5d.zip
revert(ci): remove continue-on-error
-rw-r--r--.github/workflows/binary_test.yml1
1 files changed, 0 insertions, 1 deletions
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