4 lines
70 B

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