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 2ea9784 commit c3a189cCopy full SHA for c3a189c
Makefile.Common
@@ -103,4 +103,5 @@ moddownload:
103
codspeed-benchmark:
104
if go test ./... -list=Benchmark | grep -q Benchmark; then \
105
codspeed run --mode walltime --setup-cache-dir=~/.cache/codspeed-action -- 'go test -bench=. ./...'; \
106
+ rm -rf /tmp/*
107
fi
0 commit comments