[v4] update ci (#58)
All checks were successful
coverage / build (push) Successful in 1m12s
test / test (push) Successful in 3m25s
sync / sync (push) Successful in 7s

* update ci

* fix linters

* added commit hash check to avoid unnecessary repository cloning
This commit is contained in:
2025-05-05 21:18:54 +05:00
committed by GitHub
parent 6cd278a495
commit 979dde6c24
5 changed files with 56 additions and 23 deletions

View File

@@ -25,7 +25,7 @@ func TestNoopTraceID(t *testing.T) {
var sp tracer.Span
ctx, sp = tr.Start(ctx, "test")
_, sp = tr.Start(ctx, "test")
if v := sp.TraceID(); v != "43" {
t.Fatalf("invalid span trace id %#+v", v)
}