Skip to content

Commit c3a189c

Browse files
committed
Remove temporary directory after running codspeed
1 parent 2ea9784 commit c3a189c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.Common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ moddownload:
103103
codspeed-benchmark:
104104
if go test ./... -list=Benchmark | grep -q Benchmark; then \
105105
codspeed run --mode walltime --setup-cache-dir=~/.cache/codspeed-action -- 'go test -bench=. ./...'; \
106+
rm -rf /tmp/*
106107
fi

0 commit comments

Comments
 (0)