ci: remove --no-capture
All checks were successful
build / test-alpine (push) Successful in 52s
build / test-debian (push) Successful in 1m15s

This commit is contained in:
user0-07161 2026-02-15 00:43:47 +01:00
parent 5655e45b36
commit 0fadf56720

View file

@ -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