[Chore] (workflow): Does debug build spit errors?

This commit is contained in:
2025-08-14 20:08:39 +08:00
parent 94508f6395
commit 0a3fd42019
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
- name: Configure CMake
working-directory: ${{env.TEST_ROOT}}
run: cmake -S . -B build-test
run: cmake -S . -B build-test -DCMAKE_BUILD_TYPE=Debug
- name: Build
working-directory: ${{env.TEST_ROOT}}/build-test