ripple-api/vendor/github.com/getsentry/raven-go/runtests.sh

5 lines
70 B
Bash
Raw Normal View History

2017-01-14 17:42:10 +00:00
#!/bin/bash
go test -race ./...
go test -cover ./...
go test -v ./...