mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-02 09:55:21 +00:00
ac32b1e35f
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>