Skip to content

Commit

Permalink
Update Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
abericyang@gmail.com committed May 13, 2019
1 parent fc5e40b commit e7c1869
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ environment:
GOPATH: c:\gopath
GO111MODULE: on
GOFLAGS: -mod=readonly
PKGSWITHOUTEXAMPLES: $(shell go list ./... | grep -v 'examples/')

install:
- echo %PATH%
Expand All @@ -17,5 +18,6 @@ install:
- go env

build_script:
- go vet ./...
- go test -v -race -cover ./...
- go vet $(PKGSWITHOUTEXAMPLES)
- go test -v -race -cover $(PKGSWITHOUTEXAMPLES)
# - go test -v -run - -bench . -benchmem ./...

0 comments on commit e7c1869

Please sign in to comment.