Update workflows #48

Merged
vtolstov merged 2 commits from atolstikhin/micro-tracer-opentracing:master into master 2024-12-14 18:05:43 +03:00
Showing only changes of commit 50dd9bbd63 - Show all commits

View File

@ -29,4 +29,5 @@ func TestTraceID(t *testing.T) {
if v := sp.SpanID(); v != "44" {
t.Fatalf("invalid span span id %#+v", v)
}
_ = ctx
}