The purpose of that step is to make sure each commit builds. The `check` command is much faster for that purpose. On my 32-core machine `cargo check --all` takes around 25 seconds while `cargo build --all` takes around 35 seconds, so that's quite a bit of time saving there. Signed-off-by: Wei Liu <liuwe@microsoft.com> |
||
|---|---|---|
| .. | ||
| audit.yaml | ||
| build.yaml | ||
| cross-build.yaml | ||
| docker-image.yaml | ||
| fuzz-build.yaml | ||
| quality-aarch64.yaml | ||
| quality.yaml | ||
| release.yaml | ||