Skip to content

Commit 8412654

Browse files
authored
fix(ci): run integration tests (#2454)
1 parent 27b88d2 commit 8412654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ unit-tests:
1717

1818
.PHONY: test-integration
1919
test-integration:
20-
go test -race -tags $(GO_BUILD_TAGS) -v ./integration
20+
go test -race -tags $(GO_BUILD_TAGS) -v ./integration/...

0 commit comments

Comments
 (0)