woodpecker/vendor/github.com/getsentry/raven-go/runtests.sh

5 lines
70 B
Bash
Raw Normal View History

2015-09-30 01:21:17 +00:00
#!/bin/bash
go test -race ./...
go test -cover ./...
go test -v ./...