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 4e3599e commit 619e05bCopy full SHA for 619e05b
.github/workflows/dep_rust.yml
@@ -77,6 +77,7 @@ jobs:
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
+ cargo check -p hyperlight-host --features gdb
81
82
# without any driver (shouldn't compile)
83
just test-rust-feature-compilation-fail ${{ matrix.config }}
0 commit comments