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 27b88d2 commit 8412654Copy full SHA for 8412654
api/Makefile
@@ -17,4 +17,4 @@ unit-tests:
17
18
.PHONY: test-integration
19
test-integration:
20
- go test -race -tags $(GO_BUILD_TAGS) -v ./integration
+ go test -race -tags $(GO_BUILD_TAGS) -v ./integration/...
0 commit comments