From fa608944e7cea25e384fd23e250893d76025c951 Mon Sep 17 00:00:00 2001 From: Tim Bruijnzeels Date: Fri, 9 Oct 2020 16:12:12 +0200 Subject: [PATCH] Update ci.yml Show me the goods --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c2337c7..aa3742ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,4 +47,4 @@ jobs: with: rust-version: ${{ matrix.rust }} - run: cargo build --verbose - - run: cargo test --verbose + - run: cargo test --verbose 2>&1