diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f9d10d4..6f2230f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -49,7 +49,7 @@ jobs: run: cargo clippy --all --all-features - name: Tests - run: cargo test --all --all-features --release + run: cargo test --all --all-features --release -- nocapture - name: Bench run: cargo bech --all --all-features