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.
vet
go test
1 parent 3ee5ee2 commit 7342c9eCopy full SHA for 7342c9e
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)' -vet=off $(GO_TEST_PACKAGES)
418
419
.PHONY: test-frontend
420
test-frontend: node_modules ## test backend files
0 commit comments