We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
print failure info
1 parent 0affb0b commit d35af50Copy full SHA for d35af50
1 file changed
.github/workflows/build.yml
@@ -79,6 +79,10 @@ jobs:
79
- name: Test all
80
run: MICROPY_CPYTHON3=python3.8 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests.py -j1
81
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
86
- name: Native Tests
87
run: MICROPY_CPYTHON3=python3.8 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests.py -j1 --emit native
88
0 commit comments