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

Commit 996d706

Browse files
committed
appvoyer: verbose test execution
With the logs it is impossible to understand why certain commands fail.
1 parent 2f8e370 commit 996d706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ deploy: false
3131

3232
test_script:
3333
- go build github.com/golang/dep/cmd/dep
34+
- go test ./cmd/dep -args -logs
3435
- for /f "" %%G in ('go list github.com/golang/dep/...') do ( go test %%G & IF ERRORLEVEL == 1 EXIT 1)

0 commit comments

Comments
 (0)