diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 53105a7..f5607f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. matrix: os: [ubuntu-latest, windows-latest] - build_type: [Release] + build_type: [Release, Debug] c_compiler: [gcc, clang, cl] arch: [x86, AMD64, x86_64] include: