We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d014f commit 34d9a60Copy full SHA for 34d9a60
1 file changed
.github/workflows/dep_rust.yml
@@ -97,6 +97,12 @@ jobs:
97
- name: Build Rust Wasm examples
98
run: just build-rust-wasm-examples ${{ matrix.config }}
99
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
106
107
- name: Test
108
run: just test ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
0 commit comments