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: config:
- name: Ubuntu Latest (GCC) - name: Ubuntu Latest (GCC)
os: ubuntu-latest os: ubuntu-latest
build_type: Release build_type: Debug
test_path: WhoaTest test_path: WhoaTest
cc: gcc cc: gcc
cxx: g++ cxx: g++
- name: macOS Latest (Clang) - name: macOS Latest (Clang)
os: macos-latest os: macos-latest
build_type: Release build_type: Debug
test_path: WhoaTest test_path: WhoaTest
cc: clang cc: clang
cxx: clang++ cxx: clang++
- name: Windows Latest (MSVC) - name: Windows Latest (MSVC)
os: windows-latest os: windows-latest
build_type: Release build_type: Debug
test_path: WhoaTest test_path: WhoaTest
cc: cl cc: cl
cxx: cl cxx: cl