Skip to content

Commit

Permalink
scripts: Run integration tests in series
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Bradford <[email protected]>
  • Loading branch information
rbradford committed Jan 25, 2024
1 parent 6083705 commit e2bcde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ rustup component add rust-src
cargo build --release --target "$target.json" -Zbuild-std=core,alloc -Zbuild-std-features=compiler-builtins-mem

export RUST_BACKTRACE=1
time cargo test --features "integration_tests" "integration::tests::linux::$arch"
time cargo test --features "integration_tests" "integration::tests::linux::$arch" -- --test-threads=1

0 comments on commit e2bcde7

Please sign in to comment.