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 b7f73a3Copy full SHA for b7f73a3
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/* || true; \
107
fi
0 commit comments