summaryrefslogtreecommitdiffstats
path: root/hugolib/fileInfo_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/fileInfo_test.go')
-rw-r--r--hugolib/fileInfo_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/hugolib/fileInfo_test.go b/hugolib/fileInfo_test.go
index 10f5f0517..c51ff5033 100644
--- a/hugolib/fileInfo_test.go
+++ b/hugolib/fileInfo_test.go
@@ -22,6 +22,7 @@ import (
func TestFileInfo(t *testing.T) {
t.Run("String", func(t *testing.T) {
+ t.Parallel()
assert := require.New(t)
fi := &fileInfo{}
_, err := cast.ToStringE(fi)