Skip to content

Commit

Permalink
check disk space after
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Nov 3, 2023
1 parent 07aab08 commit d5381a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
sudo aptitude purge '~n ^dotnet' -f -y >/dev/null 2>&1
sudo apt-get autoremove -y >/dev/null 2>&1
sudo apt-get autoclean -y >/dev/null 2>&1
- name: Check disk space
run: df . -h

- name: cargo build binary required for test
run: SKIP_WASM_BUILD=1 cargo build -p try-runtime-cli
Expand Down

0 comments on commit d5381a4

Please sign in to comment.