diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac711da9..13d9ffdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,4 +130,4 @@ jobs: - uses: Swatinem/rust-cache@v1.2.0 - name: Run test ${{ matrix.test_name }} - run: cargo test --package swap --all-features --test ${{ matrix.test_name }} "" + run: cargo test --package swap --all-features --test ${{ matrix.test_name }} -- --nocapture