github/workflows: Print test failures for webassembly workflow.

Signed-off-by: Damien George <damien@micropython.org>
pull/9752/head
Damien George 2022-11-03 18:47:09 +11:00
rodzic 329f8252b9
commit 49ce93eeec
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -22,3 +22,6 @@ jobs:
run: source tools/ci.sh && ci_webassembly_build
- name: Run tests
run: source tools/ci.sh && ci_webassembly_run_tests
- name: Print failures
if: failure()
run: tests/run-tests.py --print-failures