cloud-hypervisor/.github/workflows
Wei Liu ac32b1e35f ci: use cargo check to validate building commits
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>
2020-10-07 14:26:32 +02:00
..
audit.yaml build: Run cargo-audit from a GitHub action 2020-08-13 16:09:24 +02:00
build.yaml ci: use cargo check to validate building commits 2020-10-07 14:26:32 +02:00
cross-build.yaml scripts: Remove the workaround for "with-serde" build error on AArch64 2020-07-31 12:35:17 +01:00
docker-image.yaml resources: Finalize automated generation of the Docker image 2020-09-30 10:03:06 +01:00
fuzz-build.yaml build: github: Add a new action to build cargo fuzz 2020-10-01 11:16:35 +01:00
quality-aarch64.yaml build: Add quality checks workflow for AArch64 2020-08-24 10:59:08 +02:00
quality.yaml build: Use GitHub actions for clippy/build/rustfmt tests 2020-08-13 16:09:24 +02:00
release.yaml build: github: Prepare for splitting binaries by building all binaries 2020-07-06 10:56:10 +02:00