Closed Michael-F-Bryan closed 1 year ago
⏱ Workflow Timer ⏱
Make sure you keep an eye on build times!
One of this project's goals is to keep CI runs under 5 minutes so developers can maintain fast edit-compile-test cycles.
Run | Compile and Test |
---|---|
master | 6mins 58s |
d53d5f7 | 5mins 2s |
🤖 Beep. Boop. I'm a bot. If you find any issues, please report them to https://github.com/Michael-F-Bryan/workflow-timer.
Description
This updates the
cargo-wapm
binary installed in the "Releases" task so we can publish multiple packages in a single command.Context
Earlier today, @ayys noticed that
wasmer/wasmer-pack
version0.7.0
had been published to WAPM, but thewasmer/wasmer-pack-cli
was still at version0.6.*
. After a bit of investigation, we found that we only runcargo wapm
in thecrates/wasm/
directory, meaning only the library is published.This also explains why the job to update the bindings generator version was saying there was no change.