We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6320808 commit e981c34Copy full SHA for e981c34
.github/workflows/dep_rust.yml
@@ -76,7 +76,7 @@ jobs:
76
just test-rust ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
77
78
# 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' }}
+ just test-rust ${{ matrix.config }} inprocess,seccomp,${{ matrix.hypervisor == 'mshv' && 'mshv2' || matrix.hypervisor == 'mshv3' && 'mshv3' || 'kvm' }}
80
81
# make sure certain cargo features compile
82
cargo check -p hyperlight-host --features crashdump
0 commit comments