Skip to content

Commit 193e762

Browse files
refactor: modify test cmd in make file
1 parent bc62855 commit 193e762

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
@@ -25,7 +25,7 @@ generate:
2525
go generate ./...
2626

2727
test:
28-
go test -cover ./...
28+
echo "=== ROOT MODULE (Echo v4) ===" && go test -cover ./... -v && echo "" && echo "=== ECHOV5 SUBMODULE (Echo v5) ===" && cd echov5 && go test -cover ./... -v .
2929

3030
tidy:
3131
@echo "tidy..."

0 commit comments

Comments
 (0)