Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit fdf3280

Browse files
committed
add cache clean before test run
1 parent 7713da1 commit fdf3280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deploy: build
1717
scp -qr ./sql/* sb-poc:/home/dstpierre/sql/
1818

1919
alltest:
20-
@go test --race --cover ./...
20+
@go clean -testcache && go test --race --cover ./...
2121

2222
thistest:
2323
go test -run $(TESTNAME) --cover ./...

0 commit comments

Comments
 (0)