mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-12 20:39:30 +00:00
dragonball: enhance dragonball ci
Unified use of Makefile instead of calling `cargo test` directly. Signed-off-by: wllenyj <wllenyj@linux.alibaba.com>
This commit is contained in:
3
.github/workflows/static-checks.yaml
vendored
3
.github/workflows/static-checks.yaml
vendored
@@ -116,5 +116,4 @@ jobs:
|
||||
cd src/dragonball
|
||||
/root/.cargo/bin/cargo version
|
||||
rustc --version
|
||||
# TODO: Using the cargo command directly will get `sudo: cargo: command not found` error.
|
||||
sudo -E /root/.cargo/bin/cargo test --all-features -- --nocapture
|
||||
sudo -E env PATH=$PATH LIBC=gnu SUPPORT_VIRTUALIZATION=true make test
|
||||
|
Reference in New Issue
Block a user