We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc26460 commit 3f3f6c5Copy full SHA for 3f3f6c5
Makefile
@@ -1,6 +1,6 @@
1
GO_MOD_DIRS := $(shell find . -type f -name 'go.mod' -exec dirname {} \; | sort)
2
3
-test: testdeps
+test: testdeps go_mod_tidy
4
set -e; for dir in $(GO_MOD_DIRS); do \
5
echo "go test in $${dir}"; \
6
(cd "$${dir}" && \
0 commit comments