mirror of
https://gitee.com/johng/gf
synced 2026-06-07 10:22:11 +08:00
Merge pull request #199 from pibigstar/master
This commit is contained in:
@ -26,6 +26,10 @@ before_install:
|
||||
install:
|
||||
- cat /etc/hosts
|
||||
|
||||
before_script:
|
||||
- find . -name "*.go" | xargs gofmt -w
|
||||
- git diff --exit-code
|
||||
|
||||
script:
|
||||
- cd g
|
||||
- GOARCH=386 go test -v ./...
|
||||
|
||||
Reference in New Issue
Block a user