Verified Commit 2817c9bd authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Configure LSAN_OPTIONS for unit tests

parent 8780aa9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ unit:
  stage: test
  needs: [build]
  script:
    - export LSAN_OPTIONS=verbosity=1:log_threads=1
    - export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:${CI_PROJECT_DIR}/compiled/lib
    - cd build/tests
    - ctest -j$(nproc) --output-junit report.xml