Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuflatland-lf committed Jul 4, 2024
1 parent b8a06cf commit 65e0656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ fmt: ## Format code
.PHONY: test
test: ## Run tests
printf "${GREEN}Run all tests\n\n${WHITE}"; \
${ENV} go test -v ./...;
go clean -testcache; \
${ENV} go test -v ./...; \
printf "${GREEN}Done\n"; \

.PHONY: help
Expand Down

0 comments on commit 65e0656

Please sign in to comment.