Skip to content

Commit 5171bed

Browse files
update makefile logs
1 parent 2e76463 commit 5171bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ test-all: test test-docker-e2e
1515
@echo "--> All tests completed"
1616
.PHONY: test-all
1717

18-
## test-e2e: Running e2e tests
18+
## test-integration: Running integration tests
1919
test-integration:
20-
@echo "--> Running e2e tests"
20+
@echo "--> Running integration tests"
2121
@cd node && go test -mod=readonly -failfast -timeout=15m -tags='integration' ./...
2222
.PHONY: test-integration
2323

0 commit comments

Comments
 (0)