From 19266e95348a22aefce4e6aeb5189bf948090a6f Mon Sep 17 00:00:00 2001 From: Alie Date: Mon, 29 Jan 2024 14:06:25 +0100 Subject: [PATCH] add cache --- .gitea/workflows/01_test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/01_test.yaml b/.gitea/workflows/01_test.yaml index bd9b7e5..58dd740 100644 --- a/.gitea/workflows/01_test.yaml +++ b/.gitea/workflows/01_test.yaml @@ -5,6 +5,8 @@ jobs: unit-test: container: image: rust + volumes: + - /usr/local/cargo:/usr/local/cargo:ro steps: - name: Installing necessary packages run: apt update && apt install nodejs git -y