Browse Source

Update appveyor.yml

master
yuriy0803 3 years ago committed by GitHub
parent
commit
7bd715ec46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      appveyor.yml

2
appveyor.yml

@ -29,7 +29,7 @@ test_script:
- gometalinter --install
- gometalinter --disable-all -E vet -E gofmt -E misspell -E ineffassign -E goimports -E deadcode --tests --vendor ./...
- vendorcheck ./...
- go test -race ./...
- go test -race
after_test:
- golint ./...

Loading…
Cancel
Save