We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e076d21 commit a258bffCopy full SHA for a258bff
.github/workflows/loom.yml
@@ -91,7 +91,7 @@ jobs:
91
toolchain: ${{ env.rust_stable }}
92
- uses: Swatinem/rust-cache@v2
93
- name: loom ${{ matrix.scope }}
94
- run: cargo test --lib --release --features full -- $SCOPE
+ run: cargo test --lib --release --features full -- --nocapture $SCOPE
95
working-directory: tokio
96
env:
97
SCOPE: ${{ matrix.scope }}
@@ -116,7 +116,7 @@ jobs:
116
117
118
119
120
121
122
0 commit comments