Skip to content

Commit

Permalink
tests: Run integration tests in parallel
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Moroo <[email protected]>
  • Loading branch information
retrage authored and rbradford committed Apr 15, 2021
1 parent 50a1641 commit 4d7d8c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_coreboot_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ id -nGz "$USER" | grep -qzxF kvm || sudo adduser "$USER" kvm

newgrp kvm << EOF
export RUST_BACKTRACE=1
cargo test --features "coreboot integration_tests" -- --test-threads=1 test_boot
cargo test --features "coreboot integration_tests" -- test_boot
EOF
2 changes: 1 addition & 1 deletion run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ id -nGz "$USER" | grep -qzxF kvm || sudo adduser "$USER" kvm

newgrp kvm << EOF
export RUST_BACKTRACE=1
cargo test --features "integration_tests" -- --test-threads=1 test_boot
cargo test --features "integration_tests" -- test_boot
EOF

0 comments on commit 4d7d8c2

Please sign in to comment.