make: Make test-compile module-aware
This commit is contained in:
parent
70eeec8083
commit
357dcc924f
2
Makefile
2
Makefile
|
@ -55,7 +55,7 @@ test-compile: fmtcheck generate
|
||||||
echo " make test-compile TEST=./builtin/providers/test"; \
|
echo " make test-compile TEST=./builtin/providers/test"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
go test -c $(TEST) $(TESTARGS)
|
go test -mod=vendor -c $(TEST) $(TESTARGS)
|
||||||
|
|
||||||
# testrace runs the race checker
|
# testrace runs the race checker
|
||||||
testrace: fmtcheck generate
|
testrace: fmtcheck generate
|
||||||
|
|
Loading…
Reference in New Issue