1
0
Fork 0

Non verbose testing

master
Philip O'Toole 3 years ago committed by GitHub
parent 2452ee9fe3
commit fffc02037d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@ build_script:
- go version
- go get ./...
- go build -i ./...
- go test -v ./...
- go test ./...
after_build:
- 7z a rqlite-latest-win64.zip %GOPATH%\bin\rq*.exe

Loading…
Cancel
Save