REMOVEME: Verbose testing to see errors.

This commit is contained in:
Peter Johanson 2025-08-05 16:46:11 -06:00
parent 5fd46f4598
commit 43436464f5
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ jobs:
run: west zephyr-export
- name: Test ${{ matrix.test }}
working-directory: app
run: west test tests/${{ matrix.test }}
run: ZMK_TESTS_VERBOSE=1 west test tests/${{ matrix.test }}
- name: Archive artifacts
if: ${{ always() }}
uses: actions/upload-artifact@v4