Skip to content

Commit

Permalink
Add verbose option to ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Mar 12, 2024
1 parent 241562f commit 22f679c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
# SUMMARY: AddressSanitizer: odr-violation: global 'ALIGNMENT' at /home/runner/work/visp/visp/3rdparty/simdlib/Simd/SimdLib.cpp:82:18
ASAN_OPTIONS: detect_odr_violation=0
working-directory: build
run: ctest -j$(nproc) --output-on-failure
run: ctest -j$(nproc) --output-on-failure -V

0 comments on commit 22f679c

Please sign in to comment.