multiplex: Run GitLab CI tests in debug mode

This commit is contained in:
Heikki Tampio 2023-06-26 08:54:05 +03:00
parent 9aff1175d9
commit 19bd862d2a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ tests_with_crypto:
script: script:
- mkdir build && cd build - mkdir build && cd build
- apt -y install libcrypto++-dev - apt -y install libcrypto++-dev
- cmake .. - cmake -DCMAKE_BUILD_TYPE=Debug ..
- make - make
- cd test - cd test
- make - make