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}
|
git checkout ${FORGEJO_REF_NAME}
|
||||||
|
|
||||||
- name: build the package
|
- name: build the package
|
||||||
run: cargo test -- --no-capture
|
run: cargo test
|
||||||
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 -- --no-capture
|
run: cargo test
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue