Skip to content

Commit 34d9a60

Browse files
committed
show disk usage
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent f2d014f commit 34d9a60

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/dep_rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ jobs:
9797
- name: Build Rust Wasm examples
9898
run: just build-rust-wasm-examples ${{ matrix.config }}
9999
working-directory: ./src/hyperlight_wasm
100+
101+
- name: Show disk usage
102+
run: |
103+
df -h
104+
du --max-depth=3 -h $HOME | sort -h
105+
du --max-depth=3 -h ./target | sort -h
100106
101107
- name: Test
102108
run: just test ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}

0 commit comments

Comments
 (0)