diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-05-27 10:06:45 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-05-27 11:55:03 +0200 |
commit | 52edea0feccf98700300e98567c5a2ada7604c89 (patch) | |
tree | e09d89d3126aa910eb949331cfe244d3a5e02dba /modules | |
parent | 6a5acd753abbd899547c89b369de71df639cce19 (diff) | |
download | hugo-52edea0feccf98700300e98567c5a2ada7604c89.tar.gz hugo-52edea0feccf98700300e98567c5a2ada7604c89.zip |
github: Set HUGO_BUILD_TAGS: extended when running tests
Also fix TestDecodeConfig/Basic which started to fail in the extended build in 0.99.1.
Closes #9935
Diffstat (limited to 'modules')
-rw-r--r-- | modules/config_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/config_test.go b/modules/config_test.go index 55d055dcc..371aab056 100644 --- a/modules/config_test.go +++ b/modules/config_test.go @@ -48,7 +48,7 @@ func TestDecodeConfig(t *testing.T) { [module.hugoVersion] min = "0.54.2" -max = "0.99.0" +max = "0.199.0" extended = true [[module.mounts]] |