Skip to content

Commit

Permalink
chore: tidy before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag committed Oct 9, 2023
1 parent e31bcf7 commit e8ec282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ clean: tidy ## Clean the build artifacts
@echo "Cleaning up build directories..."
@rm -rf $coverage.out ${BUILD_DIR}

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

test-short:
Expand Down

0 comments on commit e8ec282

Please sign in to comment.