From 3ca02d3a728aa04a288498a522216c9c36a4031b Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 17 Oct 2024 11:29:20 +0200 Subject: [PATCH] Run tests with --nocapture in CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3468c6d..12f371e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: with: toolchain: ${{ matrix.rust }} - run: cargo check --all-targets - - run: cargo test --all-features + - run: cargo test --all-features -- --nocapture msrv: runs-on: ubuntu-latest