Remove nonexistent .cargo/ from CI cache config

This commit is contained in:
Graham McIntire 2026-01-13 14:00:06 -06:00
parent 54bba7e02a
commit 3db5e975a5
No known key found for this signature in database

View file

@ -32,7 +32,6 @@ test:
key: ${CI_COMMIT_REF_SLUG}-cargo key: ${CI_COMMIT_REF_SLUG}-cargo
paths: paths:
- target/ - target/
- .cargo/
# Build Docker image for branches (test build) # Build Docker image for branches (test build)
build:test: build:test: