We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e656d1 commit dce15b2Copy full SHA for dce15b2
Makefile
@@ -414,7 +414,7 @@ test: test-frontend test-backend ## test everything
414
.PHONY: test-backend
415
test-backend: ## test frontend files
416
@echo "Running go test with $(GOTESTFLAGS) -tags '$(TEST_TAGS)'..."
417
-# @$(GO) test $(GOTESTFLAGS) -tags='$(TEST_TAGS)' $(GO_TEST_PACKAGES)
+ @$(GO) test $(GOTESTFLAGS) -tags='$(TEST_TAGS)' $(GO_TEST_PACKAGES)
418
419
.PHONY: test-frontend
420
test-frontend: node_modules ## test backend files
0 commit comments