Skip to content

Commit a258bff

Browse files
authored
ci: enable printing in multi thread loom tests (#7200)
1 parent e076d21 commit a258bff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/loom.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
toolchain: ${{ env.rust_stable }}
9292
- uses: Swatinem/rust-cache@v2
9393
- name: loom ${{ matrix.scope }}
94-
run: cargo test --lib --release --features full -- $SCOPE
94+
run: cargo test --lib --release --features full -- --nocapture $SCOPE
9595
working-directory: tokio
9696
env:
9797
SCOPE: ${{ matrix.scope }}
@@ -116,7 +116,7 @@ jobs:
116116
toolchain: ${{ env.rust_stable }}
117117
- uses: Swatinem/rust-cache@v2
118118
- name: loom ${{ matrix.scope }}
119-
run: cargo test --lib --release --features full -- $SCOPE
119+
run: cargo test --lib --release --features full -- --nocapture $SCOPE
120120
working-directory: tokio
121121
env:
122122
SCOPE: ${{ matrix.scope }}

0 commit comments

Comments
 (0)