fix: force tests to run freshly, even if nothing's changed

This commit is contained in:
Abhinav Raut
2025-03-26 23:57:19 +05:30
parent 495ff02067
commit f60c4e8cb6
+1 -1
View File
@@ -77,4 +77,4 @@ demo-build:
.PHONY: test
test:
@echo "→ Running tests..."
go test ./...
go test -count=1 ./...