We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925e773 commit 6ae8bf0Copy full SHA for 6ae8bf0
2 files changed
.github/workflows/CI.yml
@@ -42,6 +42,9 @@ jobs:
42
- name: TEST
43
# Build your program with the given configuration
44
run: cd ${{github.workspace}}/port/linux && bash gtest.sh
45
+
46
+ - name: VALGRIND
47
+ run: cd ${{github.workspace}}/port/linux && bash valgrind.sh
48
49
- name: BENCHMARK
50
run: cd ${{github.workspace}}/port/linux && bash ci_benchmark.sh
.github/workflows/TEST.yml
@@ -39,6 +39,9 @@ jobs:
39
40
41
0 commit comments