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

CI: Cache wasm-bindgen-cli installation #32

Open
Tamschi opened this issue Oct 10, 2021 · 0 comments
Open

CI: Cache wasm-bindgen-cli installation #32

Tamschi opened this issue Oct 10, 2021 · 0 comments
Labels
good first issue Good for newcomers Hacktoberfest A good-for-Hacktoberfest issue. This label is only maintained in October. help wanted Extra attention is needed priority: someday If you need this, please let me know! state: approved Approved to proceed. type: testing Related to testing

Comments

@Tamschi
Copy link
Owner

Tamschi commented Oct 10, 2021

Is your feature request related to a problem? Please describe.

The Browser Test job in the CI workflow takes a very long time due to repeated wasm-bindgen-cli installations.

Describe the solution you'd like

This should be cached somehow.

Describe alternatives you've considered

Maybe there's an Action that could be used here instead?

Additional context

This workflow isn't all that necessary for most of my repositories, aside from making sure the crate at least compiles for Wasm.

@Tamschi Tamschi added help wanted Extra attention is needed good first issue Good for newcomers priority: someday If you need this, please let me know! state: approved Approved to proceed. type: testing Related to testing Hacktoberfest A good-for-Hacktoberfest issue. This label is only maintained in October. labels Oct 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest A good-for-Hacktoberfest issue. This label is only maintained in October. help wanted Extra attention is needed priority: someday If you need this, please let me know! state: approved Approved to proceed. type: testing Related to testing
Projects
None yet
Development

No branches or pull requests

1 participant