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
Following improvements and fixes are needed for the current checks for out CI checks for PRs and Master:
It would be helpful to start the PR checks manually and choose the preferred UI option for the logs in cargo chipmunk. Available options are print and immediate
cargo chipmunk commands for linting and testing shouldn't specify any target, then the tool itself will pick all the needed targets. Currently only some of the targets are specified which resulting in some if the targets being ignored.
wasm-pack is installed currently via a script. But we can install it from cargo directly and get the benefits form caching it since we are using cargo-cache action in out pipelines
The text was updated successfully, but these errors were encountered:
Following improvements and fixes are needed for the current checks for out CI checks for PRs and Master:
cargo chipmunk
. Available options areprint
andimmediate
cargo chipmunk
commands for linting and testing shouldn't specify any target, then the tool itself will pick all the needed targets. Currently only some of the targets are specified which resulting in some if the targets being ignored.wasm-pack
is installed currently via a script. But we can install it from cargo directly and get the benefits form caching it since we are usingcargo-cache
action in out pipelinesThe text was updated successfully, but these errors were encountered: