You've already forked testing-go-code-with-postgres
mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-06-30 23:23:40 +02:00
Add cleanup and format go.mod and go.sum to target 'check'
This commit is contained in:
1
Makefile
1
Makefile
@ -8,6 +8,7 @@ build: ## Build a command to quickly check compiles.
|
|||||||
|
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
check: lint build test ## Runs all necessary code checks.
|
check: lint build test ## Runs all necessary code checks.
|
||||||
|
@go mod tidy
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: ## Run all tests.
|
test: ## Run all tests.
|
||||||
|
Reference in New Issue
Block a user