build with Release config on push and pull_request

This commit is contained in:
pionere 2022-01-15 17:07:20 +01:00 committed by Ryan C. Gordon
parent ff2d62d89f
commit 0af391cbe9
1 changed files with 1 additions and 1 deletions

View File

@ -84,5 +84,5 @@ jobs:
- name: Configure CMake
run: cmake -B build -DSDL_TEST=ON ${{ matrix.platform.flags }}
- name: Build
run: cmake --build build/
run: cmake --build build/ --config Release