-
-
Notifications
You must be signed in to change notification settings - Fork 1
CI: Cache wasm-bindgen-cli installation #32
Copy link
Copy link
Open
Labels
HacktoberfestA good-for-Hacktoberfest issue. This label is only maintained in October.A good-for-Hacktoberfest issue. This label is only maintained in October.good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpriority: somedayIf you need this, please let me know!If you need this, please let me know!state: approvedApproved to proceed.Approved to proceed.type: testingRelated to testingRelated to testing
Description
Activity
Metadata
Metadata
Assignees
Labels
HacktoberfestA good-for-Hacktoberfest issue. This label is only maintained in October.A good-for-Hacktoberfest issue. This label is only maintained in October.good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpriority: somedayIf you need this, please let me know!If you need this, please let me know!state: approvedApproved to proceed.Approved to proceed.type: testingRelated to testingRelated to testing
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-cliinstallations.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.