Skip to content

Commit 1764523

Browse files
committed
build googletest before running valgrind
1 parent 356e943 commit 1764523

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/analysis.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,13 @@ jobs:
3939
sudo apt-get update
4040
sudo apt-get install -qq valgrind libcurl4-openssl-dev
4141
42+
- name: build googletest
43+
run: ./utils/build_gtest.sh
44+
4245
- name: build
4346
run: |
4447
./autogen.sh
4548
./configure --enable-coverage
4649
47-
- name: run cpplint
50+
- name: run valgrind
4851
run: make valgrind

0 commit comments

Comments
 (0)