nebula/.github/workflows
Wade Simmons 1cb3201b5e
Github Actions: cache modules and only run when necessary (#197)
This PR does two things:

- Only run the tests when relevant files change.
- Cache the Go Modules directory between runs, so they don't have to redownload everything everytime (go.sum is the cache key). Pretty much straight from the examples: https://github.com/actions/cache/blob/master/examples.md#go---modules
2020-03-02 16:21:19 -05:00
..
smoke generate the smoke config files 2019-12-17 08:38:59 -05:00
gofmt.yml Github Actions: cache modules and only run when necessary (#197) 2020-03-02 16:21:19 -05:00
release.yml build and test with go1.14 (#195) 2020-02-27 15:48:39 -05:00
smoke.yml Github Actions: cache modules and only run when necessary (#197) 2020-03-02 16:21:19 -05:00
test.yml Github Actions: cache modules and only run when necessary (#197) 2020-03-02 16:21:19 -05:00