Skip to content

Commit f34ffce

Browse files
committed
Run ugo in verbose mode
Make errors more obvious in CI Signed-off-by: Aidan Delaney <[email protected]>
1 parent 5b3be94 commit f34ffce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ build: $(HUGO_BIN) pack-version pack-docs-update
139139
.PHONY: test
140140
test: install-pack-cli check-pack-cli-version install-ugo
141141
@echo "> Testing..."
142-
ugo run -r -p ./content/docs/
142+
ugo run -v -r -p ./content/docs/
143143

144144
.PHONY: htmltest-install
145145
htmltest-install:

0 commit comments

Comments
 (0)