try removing incremental build files to see if it helps ci disk usage
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
jake 2023-11-11 23:28:02 -07:00
parent ab0a844c8c
commit 8360e0343e

View File

@ -1,11 +1,14 @@
---
kind: pipeline
type: docker
name: test elseware
name: test elseware
concurrency:
limit: 1
environment:
CARGO_INCREMENTAL: false
steps:
- name: clean cache
image: rustlang/rust:nightly