File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -481,10 +481,11 @@ dependencies = [
481481[tasks .integration-tests-group1 ]
482482description = " Runs integration tests only"
483483dependencies = [" build-bins" ]
484- env = { "RUST_LOG" = " info " , "RUST_BACKTRACE" = " 1" }
484+ env = { "RUST_LOG" = " debug " , "RUST_BACKTRACE" = " 1" }
485485script = '''
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 ]
490491description = " Runs component service integration tests only"
You can’t perform that action at this time.
0 commit comments