We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b9292 commit 7a296b3Copy full SHA for 7a296b3
1 file changed
Makefile
@@ -9,7 +9,7 @@ build:
9
go mod download
10
11
test:
12
- go test -coverprofile=.coverage ./... | column -t
+ go test ./... -coverprofile=.coverage -timeout=10s -race
13
14
clean:
15
rm -f .coverage
0 commit comments