From a136e90420fc3914bb95d52945042efc375125f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flc=E3=82=9B?= Date: Tue, 12 Mar 2024 14:32:26 +0800 Subject: [PATCH] test(path): Optimize unit test execution results --- path_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/path_test.go b/path_test.go index 659a4588..864302f4 100644 --- a/path_test.go +++ b/path_test.go @@ -83,7 +83,6 @@ func TestPathCleanMallocs(t *testing.T) { if runtime.GOMAXPROCS(0) > 1 { t.Skip("skipping malloc count; GOMAXPROCS>1") - return } for _, test := range cleanTests {