From 4838e40e5ea096994614889df583fe96ce3ff820 Mon Sep 17 00:00:00 2001 From: rolv Date: Sat, 16 Nov 2024 15:43:24 +0000 Subject: [PATCH] ci: `--no-capture` for testing library code, for easier debugging failing CI tests --- .github/workflows/rustlib.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rustlib.yml b/.github/workflows/rustlib.yml index 5b3eab6..87e6470 100644 --- a/.github/workflows/rustlib.yml +++ b/.github/workflows/rustlib.yml @@ -51,4 +51,4 @@ jobs: uses: Swatinem/rust-cache@v2 - run: curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin - - run: cargo nextest run --all-features + - run: cargo nextest run --all-features --no-capture