add go mod build on ci
This commit is contained in:
parent
b6b274ae05
commit
e2292d7adb
|
@ -35,7 +35,8 @@ jobs:
|
|||
- run: go get -t -d -v ./...
|
||||
- run: go get -u github.com/go-xorm/core
|
||||
- run: go get -u github.com/go-xorm/builder
|
||||
- run: go build -v
|
||||
- run: GO111MODULE=off go build -v
|
||||
- run: GO111MODULE=on go build -v
|
||||
|
||||
- run: go get -u github.com/wadey/gocovmerge
|
||||
|
||||
|
|
Loading…
Reference in New Issue