diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 12456d62d6..98935914b0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -384,6 +384,13 @@ jobs:
override: true
- name: Install Zig
run: ./actions/zig-install.sh ${{ matrix.os }}
+
+ # based upon https://github.com/orgs/community/discussions/25678
+ # check test regularly runs out of disk space
+ - name: Save Space
+ if: matrix.check == 'test'
+ run: rm -rf /opt/hostedtoolcache
+
- uses: Swatinem/rust-cache@v2
timeout-minutes: 10
with:
diff --git a/README.md b/README.md
index 180333bdba..3d263c3d62 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
- [](https://github.com/infinyon/fluvio/actions/workflows/ci.yml)
+ [](https://github.com/infinyon/fluvio/actions/workflows/ci.yml)
[](https://github.com/infinyon/fluvio/actions/workflows/cd_dev.yaml)
[](https://crates.io/crates/fluvio)
[](https://docs.rs/fluvio)