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

This commit is contained in:
Alexander 2021-08-28 11:19:33 +09:00
parent b4de7c09e7
commit 46e78e9b3e

View file

@ -57,3 +57,4 @@ jobs:
- name: Build
run: cd weed; GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -v .
continue-on-error: true