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