Skip to content

Commit 95797eb

Browse files
committed
Update sanitizers.yml
1 parent 4aa9ae9 commit 95797eb

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/sanitizers.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
sudo apt-get update
43-
sudo apt-get install -y build-essential cmake libstdc++11-dev
43+
sudo apt-get install -y build-essential cmake
4444
4545
- name: Configure CMake with ${{ matrix.name }}
4646
run: |
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Test with ${{ matrix.name }}
6161
working-directory: build
62-
run: ctest --output-on-failure -VV
62+
run: ctest --output-on-failure -V
6363
timeout-minutes: 20
6464

6565
- name: Upload sanitizer logs
@@ -100,13 +100,7 @@ jobs:
100100

101101
- name: Test with Valgrind
102102
working-directory: build
103-
run: |
104-
ctest --output-on-failure \
105-
-LE process_thread \
106-
--preconfigure-timeout 30 \
107-
--schedule-random
108-
env:
109-
CTEST_COMMAND: valgrind --leak-check=full --error-exitcode=1
103+
run: ctest --output-on-failure
110104
timeout-minutes: 60
111105

112106
- name: Upload Valgrind results

0 commit comments

Comments
 (0)