mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
commands: Make the server flag --renderToDisk into --renderToMemory (note)
Fixes #11987
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Test the hugo server command.
|
||||
|
||||
# We run these tests in parallel so let Hugo decide which port to use.
|
||||
hugo server --gc &
|
||||
hugo server --renderToMemory --gc &
|
||||
|
||||
waitServer
|
||||
|
||||
|
Reference in New Issue
Block a user