chore(build): use debug builds in pr workflow

This commit is contained in:
fallenoak 2025-12-26 10:44:10 -06:00
parent eaead6e36b
commit 07233dffcf
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -13,21 +13,21 @@ jobs:
config:
- name: Ubuntu Latest (GCC)
os: ubuntu-latest
build_type: Release
build_type: Debug
test_path: WhoaTest
cc: gcc
cxx: g++
- name: macOS Latest (Clang)
os: macos-latest
build_type: Release
build_type: Debug
test_path: WhoaTest
cc: clang
cxx: clang++
- name: Windows Latest (MSVC)
os: windows-latest
build_type: Release
build_type: Debug
test_path: WhoaTest
cc: cl
cxx: cl