Skip to content

Commit 3f3f6c5

Browse files
committed
test: update go mod before testing(go mod tidy)
Signed-off-by: monkey92t <[email protected]>
1 parent fc26460 commit 3f3f6c5

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
@@ -1,6 +1,6 @@
11
GO_MOD_DIRS := $(shell find . -type f -name 'go.mod' -exec dirname {} \; | sort)
22

3-
test: testdeps
3+
test: testdeps go_mod_tidy
44
set -e; for dir in $(GO_MOD_DIRS); do \
55
echo "go test in $${dir}"; \
66
(cd "$${dir}" && \

0 commit comments

Comments
 (0)