Skip to content

Commit e7350bb

Browse files
committed
Debug output and sequential run for integration-tests-group1
1 parent 631f54e commit e7350bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,10 +481,11 @@ dependencies = [
481481
[tasks.integration-tests-group1]
482482
description = "Runs integration tests only"
483483
dependencies = ["build-bins"]
484-
env = { "RUST_LOG" = "info", "RUST_BACKTRACE" = "1" }
484+
env = { "RUST_LOG" = "debug", "RUST_BACKTRACE" = "1" }
485485
script = '''
486-
cargo test --package integration-tests --test integration -- --nocapture --report-time $JUNIT_OPTS
486+
cargo test --package integration-tests --test integration -- --nocapture --test-threads=1 --report-time
487487
'''
488+
# cargo test --package integration-tests --test integration -- --nocapture --report-time $JUNIT_OPTS
488489

489490
[tasks.integration-tests-group2]
490491
description = "Runs component service integration tests only"

0 commit comments

Comments
 (0)