Skip to content

Commit 689929e

Browse files
committed
test: use verbose flag for CI tests to debug Windows
Signed-off-by: deadprogram <[email protected]>
1 parent f9f029c commit 689929e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ endif
435435
# TODO: parallelize, and only show failing tests (no implied -v flag).
436436
.PHONY: tinygo-test
437437
tinygo-test:
438-
$(TINYGO) test $(TEST_PACKAGES_HOST) $(TEST_PACKAGES_SLOW)
438+
$(TINYGO) test -v $(TEST_PACKAGES_HOST) $(TEST_PACKAGES_SLOW)
439439
@# io/fs requires os.ReadDir, not yet supported on windows or wasi. It also
440440
@# requires a large stack-size. Hence, io/fs is only run conditionally.
441441
@# For more details, see the comments on issue #3143.

0 commit comments

Comments
 (0)