mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-29 23:05:34 +08:00
revert(ci): remove continue-on-error
This commit is contained in:
parent
5a10f27c8d
commit
6850252e7c
1
.github/workflows/binary_test.yml
vendored
1
.github/workflows/binary_test.yml
vendored
@ -49,4 +49,3 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cd weed; GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -v .
|
run: cd weed; GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -v .
|
||||||
continue-on-error: true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user