File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,8 @@ test-rust-crashdump target=default-target features="":
194194# rust test for tracing
195195test-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
You can’t perform that action at this time.
0 commit comments