mirror of https://github.com/pulumi/pulumi.git
f37e19ba35
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. |
||
---|---|---|
.. | ||
scripts | ||
workflows | ||
PULL_REQUEST_TEMPLATE.md |