Skip to content

Commit aaa356b

Browse files
committed
Enable tests for CI
Signed-off-by: Doru Blânzeanu <dblnz@pm.me>
1 parent bf4578d commit aaa356b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ test-rust-crashdump target=default-target features="":
194194
# rust test for tracing
195195
test-rust-tracing target=default-target features="":
196196
# Run tests for the tracing guest and macro
197-
{{ cargo-cmd }} test -p hyperlight-guest-tracing --profile={{ if target == "debug" { "dev" } else { target } }} {{ target-triple-flag }}
197+
{{ cargo-cmd }} test -p hyperlight-guest-tracing -F trace --profile={{ if target == "debug" { "dev" } else { target } }} {{ target-triple-flag }}
198+
{{ cargo-cmd }} test -p hyperlight-common -F trace_guest --profile={{ if target == "debug" { "dev" } else { target } }} {{ target-triple-flag }}
198199

199200
# Build the tracing guest to ensure it builds with the tracing feature
200201
just build-rust-guests {{ target }} trace_guest

0 commit comments

Comments
 (0)