Skip to content

Commit

Permalink
make appveyor output less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
joefitzgerald committed Apr 1, 2021
1 parent c4a3f39 commit 1cc33e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ test_script:
- set PATH=c:\gopath\bin;c:\go\bin;C:\msys64\mingw64\bin;C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
- go version
- go generate ./...
- go build -v ./...
- go test -v -race ./...
- go build ./...
- go test -race ./...

build: off
deploy: off

0 comments on commit 1cc33e2

Please sign in to comment.