diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index d757e80..9d676ec 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -29,8 +29,6 @@ jobs: - name: Check out code uses: actions/checkout@v3 - - run: cat ~/.gitconfig - - run: ls -al ~/.git* - name: Get packages run: go get ./... diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ec43793..27dfe93 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: - "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro" - "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro" - "/etc/ssl/certs:/etc/ssl/certs:ro" - options: --cpus 1 + options: --cpus 10 steps: - run: apk add --no-cache nodejs - name: Check out repository code