Skip to content

Commit

Permalink
Clean up disk between clippys in CI (#2188)
Browse files Browse the repository at this point in the history
* Free up space for tee-clippy

* clean-up space
  • Loading branch information
Kailai-Wang authored Oct 12, 2023
1 parent 576d6ff commit 0574a1f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,17 @@ jobs:
cargo clippy --release --features evm -- -D warnings
echo "::endgroup::"
- name: Clean up disk
working-directory: ./tee-worker
run: |
echo "::group::Show disk usage"
df -h .
echo "::endgroup::"
cargo clean --profile release
echo "::group::Show disk usage"
df -h .
echo "::endgroup::"
- name: Tee-enclave clippy
working-directory: ./tee-worker/enclave-runtime
run: |
Expand Down

0 comments on commit 0574a1f

Please sign in to comment.