Skip to content

Commit f60c4e8

Browse files
committed
fix: force tests to run freshly, even if nothing's changed
1 parent 495ff02 commit f60c4e8

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
@@ -77,4 +77,4 @@ demo-build:
7777
.PHONY: test
7878
test:
7979
@echo "→ Running tests..."
80-
go test ./...
80+
go test -count=1 ./...

0 commit comments

Comments
 (0)