Skip to content

Commit 7a296b3

Browse files
authored
CHORE: update Makefile (#42)
1 parent d5b9292 commit 7a296b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
go mod download
1010

1111
test:
12-
go test -coverprofile=.coverage ./... | column -t
12+
go test ./... -coverprofile=.coverage -timeout=10s -race
1313

1414
clean:
1515
rm -f .coverage

0 commit comments

Comments
 (0)