Skip to content

Commit 619e05b

Browse files
committed
add workflow checks for gdb feature
Signed-off-by: Doru Blânzeanu <[email protected]>
1 parent 4e3599e commit 619e05b

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
@@ -77,6 +77,7 @@ jobs:
7777
# make sure certain cargo features compile
7878
cargo check -p hyperlight-host --features crashdump
7979
cargo check -p hyperlight-host --features print_debug
80+
cargo check -p hyperlight-host --features gdb
8081
8182
# without any driver (shouldn't compile)
8283
just test-rust-feature-compilation-fail ${{ matrix.config }}

0 commit comments

Comments
 (0)