Add build type parameter to ctest

This commit is contained in:
Serge Lamikhov-Center 2022-02-25 21:51:14 +02:00 committed by Serge Lamikhov-Center
parent 58b61fcb0f
commit 9fb99af870

View File

@ -29,5 +29,5 @@ jobs:
- name: Test
run: |
cd build
ctest -VV
ctest -VV -C ${{ matrix.build_type }}
cd ..