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