edit ci yml

This commit is contained in:
jroam
2019-04-15 13:47:25 +08:00
parent 6d1f386203
commit 9dcdc1a339

View File

@ -30,7 +30,7 @@ install:
- cat /etc/hosts
script:
- cd g
- cd g/os/gfile
- GOARCH=386 go test -v ./...
- GOARCH=amd64 go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic