Skip to content

Commit 4d7d8c2

Browse files
retragerbradford
authored andcommitted
tests: Run integration tests in parallel
Signed-off-by: Akira Moroo <retrage01@gmail.com>
1 parent 50a1641 commit 4d7d8c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run_coreboot_integration_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ id -nGz "$USER" | grep -qzxF kvm || sudo adduser "$USER" kvm
3030

3131
newgrp kvm << EOF
3232
export RUST_BACKTRACE=1
33-
cargo test --features "coreboot integration_tests" -- --test-threads=1 test_boot
33+
cargo test --features "coreboot integration_tests" -- test_boot
3434
EOF

run_integration_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ id -nGz "$USER" | grep -qzxF kvm || sudo adduser "$USER" kvm
2222

2323
newgrp kvm << EOF
2424
export RUST_BACKTRACE=1
25-
cargo test --features "integration_tests" -- --test-threads=1 test_boot
25+
cargo test --features "integration_tests" -- test_boot
2626
EOF

0 commit comments

Comments
 (0)