edit ci yml file

This commit is contained in:
jroam
2019-04-11 16:39:20 +08:00
parent 62ee88bbfa
commit 5c04befea3

View File

@ -30,6 +30,7 @@ install:
script:
- cd g
- go get -u github.com/gogf/gf
- GOARCH=386 go test -v ./...
- GOARCH=amd64 go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic