summaryrefslogtreecommitdiffstats
path: root/hugolib/page_permalink_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page_permalink_test.go')
-rw-r--r--hugolib/page_permalink_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/hugolib/page_permalink_test.go b/hugolib/page_permalink_test.go
index 526f9578b..ffbb50cd5 100644
--- a/hugolib/page_permalink_test.go
+++ b/hugolib/page_permalink_test.go
@@ -63,8 +63,9 @@ func TestPermalink(t *testing.T) {
}
for i, test := range tests {
+ test := test
t.Run(fmt.Sprintf("%s-%d", test.file, i), func(t *testing.T) {
-
+ t.Parallel()
cfg, fs := newTestCfg()
cfg.Set("uglyURLs", test.uglyURLs)