cloudflared-mirror/vendor/github.com/getsentry/raven-go/runtests.sh

5 lines
70 B
Bash
Raw Normal View History

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