We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8737d8 commit de1f8baCopy full SHA for de1f8ba
Makefile
@@ -305,7 +305,7 @@ endif
305
# TODO: parallelize, and only show failing tests (no implied -v flag).
306
.PHONY: tinygo-test
307
tinygo-test:
308
- $(TINYGO) test $(TEST_PACKAGES_HOST) $(TEST_PACKAGES_SLOW)
+ $(TINYGO) test -v $(TEST_PACKAGES_HOST) $(TEST_PACKAGES_SLOW)
309
tinygo-test-fast:
310
$(TINYGO) test $(TEST_PACKAGES_HOST)
311
tinygo-bench:
0 commit comments