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 34d9a60 commit b10666fCopy full SHA for b10666f
1 file changed
.github/workflows/dep_rust.yml
@@ -105,7 +105,9 @@ jobs:
105
du --max-depth=3 -h ./target | sort -h
106
107
- name: Test
108
- run: just test ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
+ run: |
109
+ cargo clean -p hyperlight-wasm
110
+ just test ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
111
working-directory: ./src/hyperlight_wasm
112
113
- name: Install github-cli (Windows)
0 commit comments