Skip to content

Commit 51cc50c

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent b3a95aa commit 51cc50c

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
@@ -115,7 +115,7 @@ download-api7ee3-chart:
115115

116116
.PHONY: conformance-test
117117
conformance-test:
118-
DASHBOARD_VERSION=$(DASHBOARD_VERSION) API7EE3_CHART_DIR=$(API7EE3_CHART_DIR) go test -v ./test/conformance -tags=conformance
118+
DASHBOARD_VERSION=$(DASHBOARD_VERSION) go test -v ./test/conformance -tags=conformance
119119

120120
.PHONY: lint
121121
lint: golangci-lint ## Run golangci-lint linter

0 commit comments

Comments
 (0)