File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,19 +56,19 @@ jobs:
5656 # Run doc tests with cargo test and run tests with nextest and generate junit.xml
5757 run : cargo test --workspace --exclude builder --doc --verbose && cargo nextest run --workspace --exclude builder --profile ci --verbose -E '!test(tracing_integration_tests::)'
5858 env :
59- RUST_BACKTRACE : 1
59+ RUST_BACKTRACE : full
6060 - name : " [${{ steps.rust-version.outputs.version}}] Tracing integration tests: cargo nextest run --workspace --exclude builder --profile ci --test-threads=1 --verbose -E 'test(tracing_integration_tests::)'"
6161 if : runner.os == 'Linux'
6262 shell : bash
6363 run : cargo nextest run --workspace --exclude builder --profile ci --test-threads=1 --verbose -E 'test(tracing_integration_tests::)'
6464 env :
65- RUST_BACKTRACE : 1
65+ RUST_BACKTRACE : full
6666 - name : " [${{ steps.rust-version.outputs.version}}] RUSTFLAGS=\" -C prefer-dynamic\" cargo nextest run --package test_spawn_from_lib --features prefer-dynamic -E '!test(tracing_integration_tests::)'"
6767 shell : bash
6868 run : cargo nextest run --package test_spawn_from_lib --features prefer-dynamic -E '!test(tracing_integration_tests::)'
6969 env :
7070 RUSTFLAGS : " -C prefer-dynamic"
71- RUST_BACKTRACE : 1
71+ RUST_BACKTRACE : full
7272 - name : Report Test Results
7373 if : success() || failure()
7474 uses : mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # 4.3.1
You can’t perform that action at this time.
0 commit comments