diff options
| author | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-28 11:23:49 +0900 |
|---|---|---|
| committer | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-28 11:23:49 +0900 |
| commit | 6850252e7c9067ab4204d8f010bedd0533d4eb5d (patch) | |
| tree | d75c73751eb2ab9375b1ffd28bb19855d8fa2f61 | |
| parent | 5a10f27c8d599a15779358023330928c3b19da3c (diff) | |
| download | seaweedfs-6850252e7c9067ab4204d8f010bedd0533d4eb5d.tar.xz seaweedfs-6850252e7c9067ab4204d8f010bedd0533d4eb5d.zip | |
revert(ci): remove continue-on-error
| -rw-r--r-- | .github/workflows/binary_test.yml | 1 |
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 |
