1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2024-12-24 16:28:34 +02:00

Add cleanup and format go.mod and go.sum to target 'check'

This commit is contained in:
Vasiliy Vasilyuk 2024-06-30 23:08:39 +03:00
parent bfd3d587d9
commit 883c9e0805

View File

@ -8,6 +8,7 @@ build: ## Build a command to quickly check compiles.
.PHONY: check
check: lint build test ## Runs all necessary code checks.
@go mod tidy
.PHONY: test
test: ## Run all tests.