diff --git a/.lighthouse/pipeline-rust-test.yaml b/.lighthouse/pipeline-rust-test.yaml index 2d47307..8989125 100644 --- a/.lighthouse/pipeline-rust-test.yaml +++ b/.lighthouse/pipeline-rust-test.yaml @@ -109,6 +109,9 @@ spec: workingDir: "$(workspaces.source.path)" command: [cargo, test, --no-fail-fast] args: [] + env: + - name: CARGO_TARGET_DIR + value: /target workspaces: - name: source workspace: git-source