mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
modules: Make the module.workspace=off as default (note)
Also, resolve any workspace file relative to the workingDir. Fixes #10553
This commit is contained in:
@@ -63,6 +63,7 @@ func TestPermalink(t *testing.T) {
|
||||
}
|
||||
|
||||
for i, test := range tests {
|
||||
i := i
|
||||
test := test
|
||||
t.Run(fmt.Sprintf("%s-%d", test.file, i), func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
Reference in New Issue
Block a user