Build unit tests with debug flags

This commit is contained in:
Daniel Markstedt 2024-01-16 10:36:48 +09:00
parent 35f6cd5df2
commit 47fd3e62a2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
run: sudo apt-get install ${{ env.APT_PACKAGES }}
- name: Build unit tests
run: make -j $(nproc) test
run: DEBUG=1 make -j $(nproc) test
- name: Run unit tests
run: (set -o pipefail && bin/piscsi_test | tee piscsi_test_log.txt)