Proper test command
build
Details
build
Details
This commit is contained in:
parent
3b53f48024
commit
e5101f7587
|
@ -27,7 +27,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
install-only: true
|
install-only: true
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v -cover
|
run: go test -v -cover ./...
|
||||||
- name: Build
|
- name: Build
|
||||||
run: goreleaser build --snapshot --rm-dist
|
run: goreleaser build --snapshot --rm-dist
|
||||||
- name: Go-linter
|
- name: Go-linter
|
||||||
|
|
Loading…
Reference in New Issue