Skip to content

Commit

Permalink
chore: add test-short make directive
Browse files Browse the repository at this point in the history
  • Loading branch information
bsushmith committed Sep 12, 2023
1 parent a54a6a3 commit 5d963e1
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 @@ -32,6 +32,10 @@ clean: tidy
test:
go test ./... -race -coverprofile=coverage.out

test-short:
@echo "Running short tests by disabling store tests..."
go test ./... -race -short -coverprofile=coverage.out

coverage: test
@echo "Generating coverage report..."
@go tool cover -html=coverage.out
Expand Down

0 comments on commit 5d963e1

Please sign in to comment.