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

5 lines
70 B
Bash
Raw Normal View History

2019-02-23 13:29:15 +00:00
#!/bin/bash
go test -race ./...
go test -cover ./...
go test -v ./...