ci: remove --no-capture
This commit is contained in:
parent
5655e45b36
commit
0fadf56720
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue