mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 22:21:07 +03: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:
parent
3afaca7584
commit
0d4b17d4c0
4 changed files with 25 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue