What's new
gest v2.0.4 — go test cache enabled
This release tracks gest v2.0.4, which removes the -v flag from the internal go test invocation.
The result: repeated grove test runs on an unchanged codebase now hit the Go test cache, bringing execution time in line with bare go test.
# before (v2.0.3)
grove test ~1.9s # cache never used
# after (v2.0.4)
grove test ~0.3s # cache used on warm runs
No changes to the Grove CLI itself — grove test already uses @latest so the improvement is automatic after running grove update or go install github.com/caiolandgraf/gest/v2/cmd/gest@latest.
Install / upgrade:
go install github.com/caiolandgraf/grove@latest