mirror of https://github.com/zmkfirmware/zmk.git
REMOVEME: Verbose testing to see errors.
This commit is contained in:
parent
5fd46f4598
commit
43436464f5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue