Skip to content

Commit

Permalink
chore: add testsum to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbee committed Feb 13, 2024
1 parent a0c3201 commit eb221c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ initcreator multitrack resegmenter segmenter:
test: prepare
go test ./...

.PHONY: testsum
testsum: prepare
gotestsum

.PHONY: coverage
coverage:
# Ignore (allow) packages without any tests
Expand Down

0 comments on commit eb221c3

Please sign in to comment.