Skip to content

Commit dce15b2

Browse files
committed
re-enable
1 parent 0e656d1 commit dce15b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ test: test-frontend test-backend ## test everything
414414
.PHONY: test-backend
415415
test-backend: ## test frontend files
416416
@echo "Running go test with $(GOTESTFLAGS) -tags '$(TEST_TAGS)'..."
417-
# @$(GO) test $(GOTESTFLAGS) -tags='$(TEST_TAGS)' $(GO_TEST_PACKAGES)
417+
@$(GO) test $(GOTESTFLAGS) -tags='$(TEST_TAGS)' $(GO_TEST_PACKAGES)
418418

419419
.PHONY: test-frontend
420420
test-frontend: node_modules ## test backend files

0 commit comments

Comments
 (0)