Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 8bdd9e5

Browse files
authored
Merge pull request #602 from davecheney/fix-appveyor-build-breakage
appveyor.yml: fix failure to detect windows build errors
2 parents 155a6de + 331c9f6 commit 8bdd9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ deploy: false
3434

3535
test_script:
3636
- go build github.com/golang/dep/cmd/dep
37-
- for /f "" %%G in ('go list github.com/golang/dep/... ^| find /i /v "/vendor/"') do @go test %%G
37+
- for /f "" %%G in ('go list github.com/golang/dep/... ^| find /i /v "/vendor/"') do ( go test %%G & IF ERRORLEVEL == 1 EXIT 1)

0 commit comments

Comments
 (0)