Reduce disk usage in CI 2023-10-ci-disk-usage
authorMatt Corallo <git@bluematt.me>
Sat, 14 Oct 2023 18:41:34 +0000 (18:41 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 14 Oct 2023 18:41:34 +0000 (18:41 +0000)
commitd186c683b9954188d527b420fbb05cb0fa38eed8
tree4dc707167ec94c2696c7f83cdabdd022c4d06828
parent2c51080449d647339b3a1ef80e386e8cc7b59fae
Reduce disk usage in CI

Recently github appears to have reduced the available free disk
space in actions runs, causing CI to fail with out of space errors.
Here we simply run `cargo clean` a few times in CI to reduce our
disk usage somewhat.
.github/workflows/build.yml
ci/ci-tests.sh