diff --git a/.github/workflows/loom.yml b/.github/workflows/loom.yml index b25f9ac5e30..234b8bfd7e3 100644 --- a/.github/workflows/loom.yml +++ b/.github/workflows/loom.yml @@ -91,7 +91,7 @@ jobs: toolchain: ${{ env.rust_stable }} - uses: Swatinem/rust-cache@v2 - name: loom ${{ matrix.scope }} - run: cargo test --lib --release --features full -- $SCOPE + run: cargo test --lib --release --features full -- --nocapture $SCOPE working-directory: tokio env: SCOPE: ${{ matrix.scope }} @@ -116,7 +116,7 @@ jobs: toolchain: ${{ env.rust_stable }} - uses: Swatinem/rust-cache@v2 - name: loom ${{ matrix.scope }} - run: cargo test --lib --release --features full -- $SCOPE + run: cargo test --lib --release --features full -- --nocapture $SCOPE working-directory: tokio env: SCOPE: ${{ matrix.scope }}