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 c743308 commit 79142eeCopy full SHA for 79142ee
.github/workflows/dep_rust.yml
@@ -74,6 +74,10 @@ jobs:
74
# with only one driver enabled (driver mshv/kvm feature is ignored on windows) + seccomp + inprocess
75
just test-rust ${{ matrix.config }} inprocess,seccomp,${{ matrix.hypervisor == 'mshv' && 'mshv' || 'kvm' }}
76
77
+ # make sure certain cargo features compile
78
+ cargo check -p hyperlight-host --features crashdump
79
+ cargo check -p hyperlight-host --features print_debug
80
+
81
# without any driver (shouldn't compile)
82
just test-rust-feature-compilation-fail ${{ matrix.config }}
83
0 commit comments