ci: remove --verbose
All checks were successful
build / test-debian (push) Successful in 1m30s
build / test-alpine (push) Successful in 2m57s

This commit is contained in:
user0 2026-02-11 21:28:50 +00:00
parent c6af8917c9
commit 6b9d1ce7c0

View file

@ -21,7 +21,7 @@ jobs:
git checkout ${FORGEJO_REF_NAME} git checkout ${FORGEJO_REF_NAME}
- name: build the package - name: build the package
run: cargo test --verbose -- --no-capture run: cargo test -- --no-capture
test-alpine: test-alpine:
runs-on: docker runs-on: docker
container: container:
@ -41,5 +41,5 @@ jobs:
git checkout ${FORGEJO_REF_NAME} git checkout ${FORGEJO_REF_NAME}
- name: build the package - name: build the package
run: cargo test --verbose -- --no-capture run: cargo test -- --no-capture