Skip to content

Commit a4a0922

Browse files
authored
Add Valgrind option ci
1 parent 5534f38 commit a4a0922

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
cppyy: Off
3232
llvm_enable_projects: "clang"
3333
llvm_targets_to_build: "host;NVPTX"
34+
Valgrind: On
3435
- name: ubu24-arm-gcc12-clang-repl-19-cppyy
3536
os: ubuntu-24.04-arm
3637
compiler: gcc-12
@@ -67,6 +68,7 @@ jobs:
6768
llvm_targets_to_build: "host;NVPTX"
6869
coverage: true
6970
oop-jit: On
71+
Valgrind: On
7072
- name: ubu24-x86-gcc12-clang-repl-20
7173
os: ubuntu-24.04
7274
compiler: gcc-12
@@ -311,3 +313,4 @@ jobs:
311313
uses: mxschmitt/action-tmate@v3
312314
# When debugging increase to a suitable value!
313315
timeout-minutes: 30
316+

0 commit comments

Comments
 (0)