From 950008a266d1a15ce1f74d053ef4b9cf06fc2f52 Mon Sep 17 00:00:00 2001 From: Nitsan Davidovich Date: Mon, 22 Dec 2025 11:12:03 +0200 Subject: [PATCH] add disk cleanup to tests stage --- .github/workflows/check.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 37faafa1..fa202adf 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -39,6 +39,14 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.11' + - name: Free disk space + uses: jlumbroso/free-disk-space@v1.3.1 + with: + android: true + dotnet: true + haskell: true + large-packages: false + tool-cache: false - name: "Unit tests" run: | RUSTFLAGS="-D warnings" cargo +nightly-2025-07-14 test