Skip to content

Commit e981c34

Browse files
committed
dep_rust.yml fixup
1 parent 6320808 commit e981c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dep_rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
just test-rust ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
7777
7878
# with only one driver enabled (driver mshv/kvm feature is ignored on windows) + seccomp + inprocess
79-
just test-rust ${{ matrix.config }} inprocess,seccomp,${{ matrix.hypervisor == 'mshv' && 'mshv2' || matrix.hypervisor== 'msvh3' && 'mshv3' || 'kvm' }}
79+
just test-rust ${{ matrix.config }} inprocess,seccomp,${{ matrix.hypervisor == 'mshv' && 'mshv2' || matrix.hypervisor == 'mshv3' && 'mshv3' || 'kvm' }}
8080
8181
# make sure certain cargo features compile
8282
cargo check -p hyperlight-host --features crashdump

0 commit comments

Comments
 (0)