Skip to content

Commit

Permalink
chore: fix typo while running test (#392)
Browse files Browse the repository at this point in the history
* chore: tidy before running tests

* chore: tidy before running tests
  • Loading branch information
ravisuhag authored Oct 9, 2023
1 parent e31bcf7 commit f2a9c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ clean: tidy ## Clean the build artifacts
@echo "Cleaning up build directories..."
@rm -rf $coverage.out ${BUILD_DIR}

test: ## Run the tests
go test ./ ... -race -coverprofile=coverage.out
test: tidy ## Run the tests
go test ./... -race -coverprofile=coverage.out

test-short:
@echo "Running short tests by disabling store tests..."
Expand Down

0 comments on commit f2a9c8e

Please sign in to comment.