Skip to content

Commit b10666f

Browse files
committed
free up some space before running tests
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 34d9a60 commit b10666f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dep_rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ jobs:
105105
du --max-depth=3 -h ./target | sort -h
106106
107107
- name: Test
108-
run: just test ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
108+
run: |
109+
cargo clean -p hyperlight-wasm
110+
just test ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
109111
working-directory: ./src/hyperlight_wasm
110112

111113
- name: Install github-cli (Windows)

0 commit comments

Comments
 (0)