makefile: synchronise testing of packages
Packages are tested in parallel by default, as we have integration tests in root package and migrate it fails sometimes.
This commit is contained in:
4
Makefile
4
Makefile
@@ -29,7 +29,9 @@ check: .check-fmt .check-vet .check-lint .check-ineffassign .check-mega .check-m
|
|||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
@go test -cover -race -tags all ./...
|
@go test -cover -race -tags all .
|
||||||
|
@go test -cover -race -tags all ./migrate
|
||||||
|
@go test -cover -race -tags all ./qb
|
||||||
|
|
||||||
.PHONY: bench
|
.PHONY: bench
|
||||||
bench:
|
bench:
|
||||||
|
|||||||
Reference in New Issue
Block a user