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:
Rob Bradford 2019-07-18 16:16:33 +01:00 committed by Samuel Ortiz
parent 492ab7a1a8
commit 998140f1b0

View File

@ -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"