summaryrefslogtreecommitdiffstats
path: root/hugolib/shortcodeparser_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/shortcodeparser_test.go')
-rw-r--r--hugolib/shortcodeparser_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/hugolib/shortcodeparser_test.go b/hugolib/shortcodeparser_test.go
index 662ce0f64..3103fd4de 100644
--- a/hugolib/shortcodeparser_test.go
+++ b/hugolib/shortcodeparser_test.go
@@ -152,6 +152,7 @@ var shortCodeLexerTests = []shortCodeLexerTest{
}
func TestShortcodeLexer(t *testing.T) {
+ t.Parallel()
for i, test := range shortCodeLexerTests {
items := collect(&test)
if !equal(items, test.items) {