Skip to content

Commit d35af50

Browse files
authored
ci: add print failure info
1 parent 0affb0b commit d35af50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
- name: Test all
8080
run: MICROPY_CPYTHON3=python3.8 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests.py -j1
8181
working-directory: tests
82+
- name: Print failure info
83+
run: MICROPY_CPYTHON3=python3.8 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests.py -j1 --print-failures
84+
if: failure()
85+
working-directory: tests
8286
- name: Native Tests
8387
run: MICROPY_CPYTHON3=python3.8 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests.py -j1 --emit native
8488
working-directory: tests

0 commit comments

Comments
 (0)