diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 011cb85..97cf4ac 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -5,10 +5,11 @@ on: env: GOPATH: /go_path GOCACHE: /go_cache + RUNNER_TOOL_CACHE: /toolcache jobs: testing: - name: check and test + name: test runs-on: ubuntu-latest steps: - name: Checkout