3737 strategy :
3838 fail-fast : true
3939 matrix :
40- hypervisor : [hyperv, mshv, mshv3, kvm] # hyperv is windows, mshv and kvm are linux
40+ hypervisor : [hyperv, mshv3, kvm] # hyperv is windows, mshv and kvm are linux
4141 cpu : [amd, intel]
4242 config : [debug, release]
4343
@@ -92,15 +92,15 @@ jobs:
9292 run : just clippy ${{ matrix.config }}
9393
9494 - name : Build
95- run : just build ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv' && 'mshv2' || ''}}
95+ run : just build ${{ matrix.config }}
9696 working-directory : ./src/hyperlight_wasm
9797
9898 - name : Build Rust Wasm examples
9999 run : just build-rust-wasm-examples ${{ matrix.config }}
100100 working-directory : ./src/hyperlight_wasm
101101
102102 - name : Test
103- run : just test ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv' && 'mshv2' || ''}}
103+ run : just test ${{ matrix.config }}
104104 working-directory : ./src/hyperlight_wasm
105105
106106 - name : Install github-cli (Windows)
@@ -118,14 +118,14 @@ jobs:
118118 shell : pwsh
119119
120120 - name : Test Examples
121- run : just examples-ci ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv' && 'mshv2' || ''}}
121+ run : just examples-ci ${{ matrix.config }}
122122 working-directory : ./src/hyperlight_wasm
123123 env :
124124 # required for gh cli when downloading
125125 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
126126
127127 - name : Test Component Model Examples
128- run : just examples-components ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv' && 'mshv2' || ''}}
128+ run : just examples-components ${{ matrix.config }}
129129 working-directory : ./src/hyperlight_wasm
130130
131131 # ## Benchmarks ###
@@ -141,6 +141,6 @@ jobs:
141141
142142 - name : Run benchmarks
143143 run : |
144- just bench-ci dev ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv' && 'mshv2' || ''}}
144+ just bench-ci dev ${{ matrix.config }}
145145 working-directory : ./src/hyperlight_wasm
146146 if : ${{ matrix.config == 'release' }}
0 commit comments