Browse Source

try removing incremental build files to see if it helps ci disk usage

pull/141/head
jake 6 months ago
parent
commit
8360e0343e
  1. 3
      .drone.yml

3
.drone.yml

@ -6,6 +6,9 @@ name: test elseware
concurrency:
limit: 1
environment:
CARGO_INCREMENTAL: false
steps:
- name: clean cache
image: rustlang/rust:nightly

Loading…
Cancel
Save