pulumi/.github
Abhinav Gupta f37e19ba35
ci(test): Fix setup-go caching
The setup-go step in ci-run-test never has a successful cache hit.
As a result of this, it spends 5 minutes in each test runner
just filling up the cache.

Per discussion with @AaronFriel,
this is an attempt to fix this issue with two changes:

- Actually use the gocache.tmp we generate
  (this is used in other such jobs)
- Share the cache key with build-binaries.
  Most tests run after build-binaries,
  or begin running after build-binaries has finished.
  Sharing the cache key there will be useful.
2023-07-06 11:59:22 -07:00
..
scripts Replace deprecated command with environment file 2023-02-20 11:14:39 +09:00
workflows ci(test): Fix setup-go caching 2023-07-06 11:59:22 -07:00
PULL_REQUEST_TEMPLATE.md Add routine checks to pull request template 2023-05-12 13:34:19 -07:00