MatthewDolan / template-go

A template for Go repositories
MIT License
1 stars 0 forks source link

Investigate caching for Go actions #2

Open MatthewDolan opened 2 years ago

MatthewDolan commented 2 years ago

Investigate caching hermit dependencies, Go dependencies, and Go build artifacts between successive test and lint checks. For small repos (which is likely to be most of the repos I create), this probably won’t do too much to speed up tests.

MatthewDolan commented 2 years ago

Not very high priority right now until there is an example of repos with slow tests from this template.