Update actions
This commit is contained in:
parent
188ce3586d
commit
20d809896d
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -26,10 +26,10 @@ jobs:
|
||||
run: go get -u golang.org/x/lint/golint
|
||||
|
||||
- name: Update go.sum
|
||||
run: go mod tidy
|
||||
run: make mod
|
||||
|
||||
- name: Build
|
||||
run: go build -v .
|
||||
run: make build
|
||||
|
||||
- name: Test
|
||||
run: go test -cover -v ./...
|
||||
|
||||
Loading…
Reference in New Issue
Block a user