From 6b9d1ce7c03b0abe9cf0325c0dfb5c4ba2490779 Mon Sep 17 00:00:00 2001 From: user0 Date: Wed, 11 Feb 2026 21:28:50 +0000 Subject: [PATCH] ci: remove --verbose --- .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 ddca694..2362900 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 --verbose -- --no-capture + run: cargo test -- --no-capture test-alpine: runs-on: docker container: @@ -41,5 +41,5 @@ jobs: git checkout ${FORGEJO_REF_NAME} - name: build the package - run: cargo test --verbose -- --no-capture + run: cargo test -- --no-capture