Compare commits

...

1 Commits

Author SHA1 Message Date
8360e0343e 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
2023-11-11 23:31:42 -07:00

View File

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