From 488ef5fed228386bede3011f1b87497facfec51f Mon Sep 17 00:00:00 2001 From: messense Date: Thu, 1 Dec 2022 13:46:39 +0800 Subject: [PATCH] Remove venvs and test-crate targets to free up disk space --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b51874647..91fa15874 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -171,6 +171,9 @@ jobs: run: echo "MATURIN_TEST_PYTHON=pypy3" >> $GITHUB_ENV - name: cargo test run: cargo nextest run --features password-storage + - name: free up disk space + shell: bash + run: rm -rf test-crates/venvs test-crates/targets - name: test cross compiling with zig shell: bash run: |