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 206ad44 commit 1cb89d7Copy full SHA for 1cb89d7
Makefile
@@ -4,6 +4,7 @@ test: testdeps
4
set -e; for dir in $(GO_MOD_DIRS); do \
5
echo "go test in $${dir}"; \
6
(cd "$${dir}" && \
7
+ go mod tidy -compat=1.18 && \
8
go test && \
9
go test ./... -short -race && \
10
go test ./... -run=NONE -bench=. -benchmem && \
0 commit comments