github/workflows: Print test failures for webassembly workflow.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
329f8252b9
commit
49ce93eeec
|
@ -22,3 +22,6 @@ jobs:
|
||||||
run: source tools/ci.sh && ci_webassembly_build
|
run: source tools/ci.sh && ci_webassembly_build
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: source tools/ci.sh && ci_webassembly_run_tests
|
run: source tools/ci.sh && ci_webassembly_run_tests
|
||||||
|
- name: Print failures
|
||||||
|
if: failure()
|
||||||
|
run: tests/run-tests.py --print-failures
|
||||||
|
|
Loading…
Reference in New Issue