mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
tests: Remove single test limit
Run the tests with default parallelisation. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
492ab7a1a8
commit
998140f1b0
@ -89,5 +89,4 @@ fi
|
||||
cargo build
|
||||
sudo setcap cap_net_admin+ep target/debug/cloud-hypervisor
|
||||
|
||||
# Tests must be executed serially for now as they have a hardcoded IP address
|
||||
cargo test --features "integration_tests" -- --test-threads=1
|
||||
cargo test --features "integration_tests"
|
||||
|
Loading…
x
Reference in New Issue
Block a user