We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1753e commit 950008aCopy full SHA for 950008a
.github/workflows/check.yml
@@ -39,6 +39,14 @@ jobs:
39
- uses: actions/setup-python@v4
40
with:
41
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
50
- name: "Unit tests"
51
run: |
52
RUSTFLAGS="-D warnings" cargo +nightly-2025-07-14 test
0 commit comments