Merge branch 'master' of https://github.com/naudachu/workflow-bot
This commit is contained in:
commit
d630df19df
|
|
@ -18,9 +18,8 @@ jobs:
|
|||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
- name: Vverify dependencies
|
||||
run: go mod verify
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
run: go build -v ./cmd/main.go
|
||||
|
|
|
|||
Loading…
Reference in New Issue