From 0fadf56720f6cc4d088bc2ccf1cd2fddb92ce6d7 Mon Sep 17 00:00:00 2001 From: user0-07161 Date: Sun, 15 Feb 2026 00:43:47 +0100 Subject: [PATCH] ci: remove --no-capture --- .forgejo/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/rust.yml b/.forgejo/workflows/rust.yml index 2362900..a614ee4 100644 --- a/.forgejo/workflows/rust.yml +++ b/.forgejo/workflows/rust.yml @@ -21,7 +21,7 @@ jobs: git checkout ${FORGEJO_REF_NAME} - name: build the package - run: cargo test -- --no-capture + run: cargo test test-alpine: runs-on: docker container: @@ -41,5 +41,5 @@ jobs: git checkout ${FORGEJO_REF_NAME} - name: build the package - run: cargo test -- --no-capture + run: cargo test