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 cc704a6Copy full SHA for cc704a6
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