Skip to content

Commit 950008a

Browse files
add disk cleanup to tests stage
1 parent aa1753e commit 950008a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/check.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
- uses: actions/setup-python@v4
4040
with:
4141
python-version: '3.11'
42+
- name: Free disk space
43+
uses: jlumbroso/free-disk-space@v1.3.1
44+
with:
45+
android: true
46+
dotnet: true
47+
haskell: true
48+
large-packages: false
49+
tool-cache: false
4250
- name: "Unit tests"
4351
run: |
4452
RUSTFLAGS="-D warnings" cargo +nightly-2025-07-14 test

0 commit comments

Comments
 (0)