cloud-hypervisor/.github/workflows
Ruoqing He 0dc3634b7b ci: Enable clippy::assertions_on_result_states
This lint disallows asserttions on is_ok()/is_err() in favor of either
using unwrap (so that at least if the test fails, we the failure message
will contain the actual failure reason instead of just "was not
ok/err"), or actually matching the specific variant.

Inspired by and quoted from @roypat.

Enable this lint for `build.yaml` and `quality.yaml`.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
2024-10-03 12:03:49 +00:00
..
audit.yaml build: replace actions-rs/audit-check with actions-rust-lang/audit 2024-03-12 18:43:36 +00:00
build.yaml ci: Enable clippy::assertions_on_result_states 2024-10-03 12:03:49 +00:00
dco.yaml
docker-image.yaml build: Bump MSRV to 1.77.0 2024-05-08 08:10:28 +00:00
formatting.yaml build: Move cargo fmt check to nightly toolchain via new workflow 2024-09-29 13:08:12 +01:00
fuzz-build.yaml build: replace actions-rs/toolchain with dtolnay/rust-toolchain 2024-03-08 18:37:46 +00:00
gitlint.yaml
hadolint.yaml
integration-arm64.yaml build: Enable ARM64 worker 2024-10-02 14:50:39 +00:00
integration-metrics.yaml ci: Move metrics and rate-limiter workers 2024-09-18 09:06:05 +00:00
integration-rate-limiter.yaml ci: Move metrics and rate-limiter workers 2024-09-18 09:06:05 +00:00
integration-vfio.yaml build: Enable vfio and sgx worker 2024-07-03 00:34:28 +00:00
integration-windows.yaml build: Run integration tests on smaller VMs 2024-03-01 07:24:14 +00:00
integration-x86-64.yaml build: Run integration tests on smaller VMs 2024-03-01 07:24:14 +00:00
openapi.yaml
quality.yaml ci: Enable clippy::assertions_on_result_states 2024-10-03 12:03:49 +00:00
release.yaml build: Use correct MSRV version for release workflow 2024-05-14 14:45:10 +00:00
reuse.yaml build: add REUSE Compliance Check 2024-04-19 17:35:45 +00:00
shlint.yaml
taplo.yaml build: Add GitHub action to run taplo for Cargo.toml formatting 2024-05-08 21:46:13 +00:00