Skip to content

Commit

Permalink
build googletest before running valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed Jan 3, 2025
1 parent 356e943 commit 1764523
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ jobs:
sudo apt-get update
sudo apt-get install -qq valgrind libcurl4-openssl-dev
- name: build googletest
run: ./utils/build_gtest.sh

- name: build
run: |
./autogen.sh
./configure --enable-coverage
- name: run cpplint
- name: run valgrind
run: make valgrind

0 comments on commit 1764523

Please sign in to comment.