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 255413e commit 00c6e6dCopy full SHA for 00c6e6d
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