diff --git a/.forgejo/workflows/rust.yml b/.forgejo/workflows/rust.yml index 2362900..a614ee4 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 -- --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