We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b05170 commit 71a729cCopy full SHA for 71a729c
appveyor.yml
@@ -18,7 +18,6 @@ install:
18
# install the task executor
19
- curl -o task.zip -LO https://github.com/go-task/task/releases/download/v2.6.0/task_windows_amd64.zip
20
- 7z e task.zip -o$(GOPATH)\bin
21
- - dir $(GOPATH)\bin
22
# golang dependencies needed at test time
23
- go get github.com/golangci/govet
24
- go get golang.org/x/lint/golint
@@ -31,4 +30,4 @@ install:
31
30
- 7z e protoc.zip -o$(GOPATH)
32
33
test_script:
34
- - task test-integration
+ - task.exe test-integration
0 commit comments