1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-08 03:55:11 +08:00
Files
terasu-cloudflared/vendor/github.com/getsentry/raven-go/runtests.sh
2018-07-19 15:02:24 -05:00

5 lines
70 B
Bash
Executable File

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