From 94482cb2c97aa215f83940643c5d4c0933727dcb Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 21 Feb 2026 13:38:02 +0800 Subject: *: Modernize and lint; add CI --- objectid/objectid_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'objectid/objectid_test.go') diff --git a/objectid/objectid_test.go b/objectid/objectid_test.go index 7abeb963..ef191d39 100644 --- a/objectid/objectid_test.go +++ b/objectid/objectid_test.go @@ -47,6 +47,7 @@ func TestParseHexRoundtrip(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { + t.Parallel() id, err := objectid.ParseHex(tt.algo, tt.hex) if err != nil { t.Fatalf("ParseHex failed: %v", err) @@ -90,6 +91,7 @@ func TestParseHexErrors(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { + t.Parallel() if _, err := objectid.ParseHex(tt.algo, tt.hex); err == nil { t.Fatalf("expected ParseHex error") } -- cgit v1.3.1-10-gc9f91