ci: build "debug" profile

This commit is contained in:
chyyran 2023-02-11 18:30:28 -05:00
parent bc45729a51
commit 4745401795

View file

@ -15,7 +15,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]
profile: ['dev', 'release', 'optimized'] profile: ['debug', 'release', 'optimized']
fail-fast: false fail-fast: false
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: