diff --git a/.gitea/workflows/testing.yaml b/.gitea/workflows/testing.yaml index 448ac95..26d6af4 100644 --- a/.gitea/workflows/testing.yaml +++ b/.gitea/workflows/testing.yaml @@ -42,6 +42,8 @@ jobs: /go_path /go_cache key: go_path-${{ steps.hash-go.outputs.hash }} + restore-keys: |- + go_path-${{ steps.hash-go.outputs.hash }} - name: Run Go Tests run: cd Backend && go test ./... build: