You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the introduction of GH Actions in #350, we still have some performance that could be gained when building the Release.
Since the jobs don't share the files nor the tools we currently checkout the code a second time and when cargo build is invoked the cargo updates the registry.
This potentially could be improved by sharing artefacts or using a cargo caching action.
With the introduction of GH Actions in #350, we still have some performance that could be gained when building the Release.
Since the jobs don't share the files nor the tools we currently checkout the code a second time and when
cargo build
is invoked the cargo updates the registry.This potentially could be improved by sharing artefacts or using a cargo caching action.
Resources:
job
in the cache key, but do check out Do not appendprocess.env.GITHUB_JOB
to the cache key ifkey
is set Swatinem/rust-cache#6 )The text was updated successfully, but these errors were encountered: