CI: build as release

master
Martin Gerhardy 2021-04-25 10:03:43 +02:00
parent 445b40dfa0
commit bd1956b2a9
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -GNinja -DSANITIZE_FLAGS=
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release
cmake --build .
- name: Test