We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e76463 commit 5171bedCopy full SHA for 5171bed
1 file changed
scripts/test.mk
@@ -15,9 +15,9 @@ test-all: test test-docker-e2e
15
@echo "--> All tests completed"
16
.PHONY: test-all
17
18
-## test-e2e: Running e2e tests
+## test-integration: Running integration tests
19
test-integration:
20
- @echo "--> Running e2e tests"
+ @echo "--> Running integration tests"
21
@cd node && go test -mod=readonly -failfast -timeout=15m -tags='integration' ./...
22
.PHONY: test-integration
23
0 commit comments