diff options
| author | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-28 11:19:33 +0900 |
|---|---|---|
| committer | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-28 11:19:33 +0900 |
| commit | 46e78e9b3ef7b3a48553411ff56ef2dcf54ea5b3 (patch) | |
| tree | 7e99523420c49e3b6adf2b3991b59aa9eb1a9770 /.github/workflows/binary_test.yml | |
| parent | b4de7c09e77ca49da9cb58966b0678a5164c2984 (diff) | |
| download | seaweedfs-46e78e9b3ef7b3a48553411ff56ef2dcf54ea5b3.tar.xz seaweedfs-46e78e9b3ef7b3a48553411ff56ef2dcf54ea5b3.zip | |
fix(ci): allow test job to continue on error
Diffstat (limited to '.github/workflows/binary_test.yml')
| -rw-r--r-- | .github/workflows/binary_test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
