Skip to content

Commit 154ca02

Browse files
authored
test: remove deep search (#2411)
1 parent 35c8e06 commit 154ca02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GO_MOD_DIRS := $(shell find . -mindepth 2 -type f -name 'go.mod' -exec dirname {} \; | sort)
1+
GO_MOD_DIRS := $(shell find . -type f -name 'go.mod' -exec dirname {} \; | sort)
22

33
test: testdeps
44
set -e; for dir in $(GO_MOD_DIRS); do \

0 commit comments

Comments
 (0)