Skip to content

Commit 6ae8bf0

Browse files
committed
add valgrind to CI
1 parent 925e773 commit 6ae8bf0

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- name: TEST
4343
# Build your program with the given configuration
4444
run: cd ${{github.workspace}}/port/linux && bash gtest.sh
45+
46+
- name: VALGRIND
47+
run: cd ${{github.workspace}}/port/linux && bash valgrind.sh
4548

4649
- name: BENCHMARK
4750
run: cd ${{github.workspace}}/port/linux && bash ci_benchmark.sh

.github/workflows/TEST.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: TEST
4040
# Build your program with the given configuration
4141
run: cd ${{github.workspace}}/port/linux && bash gtest.sh
42+
43+
- name: VALGRIND
44+
run: cd ${{github.workspace}}/port/linux && bash valgrind.sh
4245

4346
- name: BENCHMARK
4447
run: cd ${{github.workspace}}/port/linux && bash ci_benchmark.sh

0 commit comments

Comments
 (0)