Skip to content

Commit

Permalink
Build unit tests with debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Jan 16, 2024
1 parent 35f6cd5 commit 47fd3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 47fd3e6

Please sign in to comment.