From 74039edb305d706b7691220bc5353e3bebf80352 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Mon, 30 Jun 2025 15:57:01 -0600 Subject: [PATCH] Remove caching --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ae6400..f2d1fd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,11 +11,6 @@ variables: DEFAULT_PIPELINE_NAME: "$CI_COMMIT_BRANCH - $CI_COMMIT_MESSAGE" SCHEDULED_PIPELINE_NAME: "Daily scheduled build pipeline" -cache: - paths: - - target/ - - cargo/ - build: image: rust:latest stage: build @@ -30,7 +25,7 @@ lint: - cargo clippy --all-targets -- -D warnings rules: - if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH" - + test: image: rust:latest stage: test