woodpecker/vendor/github.com/getsentry/raven-go/runtests.sh
2015-09-29 18:21:17 -07:00

4 lines
70 B
Bash

#!/bin/bash
go test -race ./...
go test -cover ./...
go test -v ./...