@@ -92,15 +92,15 @@ jobs:
92
92
run : just clippy ${{ matrix.config }}
93
93
94
94
- name : Build
95
- run : just build ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3 ' && 'mshv3 ' || ''}}
95
+ run : just build ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv ' && 'mshv2 ' || ''}}
96
96
working-directory : ./src/hyperlight_wasm
97
97
98
98
- name : Build Rust Wasm examples
99
99
run : just build-rust-wasm-examples ${{ matrix.config }}
100
100
working-directory : ./src/hyperlight_wasm
101
101
102
102
- name : Test
103
- run : just test ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3 ' && 'mshv3 ' || ''}}
103
+ run : just test ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv ' && 'mshv2 ' || ''}}
104
104
working-directory : ./src/hyperlight_wasm
105
105
106
106
- name : Install github-cli (Windows)
@@ -118,14 +118,14 @@ jobs:
118
118
shell : pwsh
119
119
120
120
- name : Test Examples
121
- run : just examples-ci ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3 ' && 'mshv3 ' || ''}}
121
+ run : just examples-ci ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv ' && 'mshv2 ' || ''}}
122
122
working-directory : ./src/hyperlight_wasm
123
123
env :
124
124
# required for gh cli when downloading
125
125
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
126
126
127
127
- name : Test Component Model Examples
128
- run : just examples-components ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3 ' && 'mshv3 ' || ''}}
128
+ run : just examples-components ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv ' && 'mshv2 ' || ''}}
129
129
working-directory : ./src/hyperlight_wasm
130
130
131
131
# ## Benchmarks ###
@@ -141,6 +141,6 @@ jobs:
141
141
142
142
- name : Run benchmarks
143
143
run : |
144
- just bench-ci dev ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3 ' && 'mshv3 ' || ''}}
144
+ just bench-ci dev ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv ' && 'mshv2 ' || ''}}
145
145
working-directory : ./src/hyperlight_wasm
146
146
if : ${{ matrix.config == 'release' }}
0 commit comments