Skip to content

Commit 1cd1ea1

Browse files
authored
CHORE: update makefile (#40)
1 parent 59beab7 commit 1cd1ea1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Makefile

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

1111
test:
12-
go test ./...
13-
14-
cov:
15-
go test -coverprofile=.coverage ./...
12+
go test -coverprofile=.coverage ./... | column -t
1613

1714
clean:
1815
rm -f .coverage

0 commit comments

Comments
 (0)