Skip to content

Commit 5476cdd

Browse files
committed
add ci checks for the gdb feature
Signed-off-by: Doru Blânzeanu <[email protected]>
1 parent a4bb6dd commit 5476cdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dep_rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
# make sure certain cargo features compile
8888
cargo check -p hyperlight-host --features crashdump
8989
cargo check -p hyperlight-host --features print_debug
90+
cargo check -p hyperlight-host --features gdb
9091
9192
# without any driver (shouldn't compile)
9293
just test-rust-feature-compilation-fail ${{ matrix.config }}

0 commit comments

Comments
 (0)