Welcome to mirror list, hosted at ThFree Co, Russian Federation.

runtests.sh « raven-go « getsentry « github.com « vendor - gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ed279c966e86999307745a252953f3a3a99bef9 (plain)
1
2
3
4
#!/bin/bash
go test -race ./...
go test -cover ./...
go test -v ./...