Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Makefile(test): Install gotestsum if necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
toothbrush committed Aug 18, 2022
1 parent e719bce commit 31f38f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ DELIVERY_ENGINEERING_GPG_KEY = 0x877817E441F4F9B0
.PHONY: test install

test:
command -v gotestsum || go install gotest.tools/gotestsum@latest
gotestsum

fmt:
Expand Down

0 comments on commit 31f38f9

Please sign in to comment.