Skip to content

Commit fdb323c

Browse files
author
Peng Zhou
committed
fix by copilot
1 parent 3d57cb0 commit fdb323c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ template-test: prepare
195195
@echo "=====Running template tests"
196196
$(if $(saveOutput),gotestsum --junitfile test/test_results/testplate-tests.xml ./test/template/... -count=1, go test -v -count=1 ./test/template/...)
197197

198-
.PHONY: upgrade-sanity-tests
198+
.PHONY: sanity-upgrade-tests
199199
sanity-upgrade-tests: prepare
200-
@echo "=====Running upgrade tests"
200+
@echo "=====Running sanity upgrade tests"
201201
$(if $(saveOutput),gotestsum --junitfile test/test_results/upgrade-tests.xml ./test/upgrade/... -count=1, go test -v -count=1 ./test/upgrade/...)
202202

203203
#***************************************************************************

0 commit comments

Comments
 (0)