rsc / gt

go test but faster (cached)
BSD 3-Clause "New" or "Revised" License
250 stars 10 forks source link

ability to specify a cache path #1

Closed aybabtme closed 9 years ago

aybabtme commented 9 years ago

I'd like to try this tool on our internal CI system. Some paths are not reusable between runs, such as $HOME. It'd be nice if we could set an environment variable, or pass a flag, to specify the location of the cache.

I'm willing to work on and submit a PR that would add support for that, if the idea is of interest to you.