We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f029c commit 689929eCopy full SHA for 689929e
GNUmakefile
@@ -435,7 +435,7 @@ endif
435
# TODO: parallelize, and only show failing tests (no implied -v flag).
436
.PHONY: tinygo-test
437
tinygo-test:
438
- $(TINYGO) test $(TEST_PACKAGES_HOST) $(TEST_PACKAGES_SLOW)
+ $(TINYGO) test -v $(TEST_PACKAGES_HOST) $(TEST_PACKAGES_SLOW)
439
@# io/fs requires os.ReadDir, not yet supported on windows or wasi. It also
440
@# requires a large stack-size. Hence, io/fs is only run conditionally.
441
@# For more details, see the comments on issue #3143.
0 commit comments