Skip to content

Commit 0e62550

Browse files
committed
tests: fix make integration-test target
1 parent 4eb5877 commit 0e62550

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
@@ -12,7 +12,7 @@ test:
1212
.PHONY: test
1313

1414
integration-test:
15-
./hack/integration-test.sh
15+
hack/test-integration.sh
1616
.PHONY: integration-test
1717

1818
update: build

0 commit comments

Comments
 (0)