Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development db fixtures #1279

Open
wants to merge 10 commits into
base: development
Choose a base branch
from
3 changes: 2 additions & 1 deletion grid-proxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ test-query: ## Run specific test query (Args: `t=TestName`).
-run $(t)

test-unit: ## Run only unit tests
@go test -v ./pkg/client
@go test -v ./pkg/client &&\
go test ./internal/explorer/db/ -timeout 0

test-all: test-unit test-queries ## Run all unit/queries tests

Expand Down
Loading
Loading