summaryrefslogtreecommitdiff
path: root/.gitea/workflows/test.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.gitea/workflows/test.yaml')
-rw-r--r--.gitea/workflows/test.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml
index ad08f94..9a7351f 100644
--- a/.gitea/workflows/test.yaml
+++ b/.gitea/workflows/test.yaml
@@ -7,7 +7,9 @@ on:
workflow_dispatch:
jobs:
- build:
+ test:
+ env:
+ RUNNER_TOOL_CACHE: /toolcache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3