Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce github action cache to improve ci #37

Closed
zsluedem opened this issue Jan 13, 2023 · 1 comment · Fixed by #45
Closed

Introduce github action cache to improve ci #37

zsluedem opened this issue Jan 13, 2023 · 1 comment · Fixed by #45
Assignees

Comments

@zsluedem
Copy link
Collaborator

zsluedem commented Jan 13, 2023

Currently the ci is running so slow. It took about 17 mins to complete the ci.

We could accelerate it by introducing the github cache which could save a lot of time on network downloading.

Some guides:

  1. https://github.com/actions/cache
  2. https://github.com/marketplace/actions/rust-cache
  3. https://github.com/marketplace/actions/yarn-install-cache
@Vid201
Copy link
Member

Vid201 commented Jan 13, 2023

Sounds good

@Vid201 Vid201 self-assigned this Feb 1, 2023
@Vid201 Vid201 linked a pull request Feb 1, 2023 that will close this issue
@Vid201 Vid201 closed this as completed in #45 Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants