mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +00:00
Add build type parameter to ctest
This commit is contained in:
parent
58b61fcb0f
commit
9fb99af870
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@ -29,5 +29,5 @@ jobs:
|
||||
- name: Test
|
||||
run: |
|
||||
cd build
|
||||
ctest -VV
|
||||
ctest -VV -C ${{ matrix.build_type }}
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user