mirror of https://github.com/qwc/backive.git
Update go-release.yml
This commit is contained in:
parent
164db58156
commit
dfff4af38f
|
@ -1,7 +1,7 @@
|
||||||
name: Go
|
name: Go
|
||||||
|
|
||||||
on:
|
on:
|
||||||
tag
|
release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ jobs:
|
||||||
# Path used by golint command
|
# Path used by golint command
|
||||||
# golint-path: # optional, default is ./...
|
# golint-path: # optional, default is ./...
|
||||||
- name: Build
|
- name: Build
|
||||||
run: goreleaser build --snapshot --rm-dist
|
run: goreleaser
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
|
|
Loading…
Reference in New Issue