Skip to content

Commit 3d57cb0

Browse files
author
Peng Zhou
committed
add upgrade sanity test to make file
1 parent 038e9f0 commit 3d57cb0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@ 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
199+
sanity-upgrade-tests: prepare
200+
@echo "=====Running upgrade tests"
201+
$(if $(saveOutput),gotestsum --junitfile test/test_results/upgrade-tests.xml ./test/upgrade/... -count=1, go test -v -count=1 ./test/upgrade/...)
202+
198203
#***************************************************************************
199204
# test
200205
#***************************************************************************

0 commit comments

Comments
 (0)