mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 22:21:07 +03:00
Expand the baseline benchmark a little
This commit is contained in:
parent
bcd7ac7704
commit
e0e19a934f
2 changed files with 37 additions and 13 deletions
|
@ -207,7 +207,7 @@ func (s *IntegrationTestBuilder) BuildE() (*IntegrationTestBuilder, error) {
|
|||
return s, err
|
||||
}
|
||||
|
||||
err := s.build(BuildCfg{})
|
||||
err := s.build(s.Cfg.BuildCfg)
|
||||
return s, err
|
||||
}
|
||||
|
||||
|
@ -503,4 +503,6 @@ type IntegrationTestConfig struct {
|
|||
NeedsNpmInstall bool
|
||||
|
||||
WorkingDir string
|
||||
|
||||
BuildCfg BuildCfg
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue