Skip to content

Commit

Permalink
Add gotestsum options
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmholmes committed Mar 5, 2024
1 parent 4ab3203 commit 8eea949
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,17 @@ test-clean:
test:
go test -v ./cmd/... ./pkg/...

testsum:
gotestsum ./cmd/... ./pkg/...

integration: run-test-image-locally dev
go test -v ./integration/...
make stop-test-image-locally

integrationsum: run-test-image-locally dev
gotestsum ./integration/...
make stop-test-image-locally

# Compilation
dev:
go build -ldflags "-X main.Version=dev-${VERSION}" ./cmd/grr
Expand Down

0 comments on commit 8eea949

Please sign in to comment.