Browse Source

fix(ci): allow test job to continue on error

pull/2288/head
Alexander 3 years ago
parent
commit
46e78e9b3e
  1. 1
      .github/workflows/binary_test.yml

1
.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
Loading…
Cancel
Save