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
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19
|
go-version: 1.19
|
||||||
|
- name: Vverify dependencies
|
||||||
|
run: go mod verify
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./...
|
run: go build -v ./cmd/main.go
|
||||||
|
|
||||||
- name: Test
|
|
||||||
run: go test -v ./...
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue