Skip to content

Commit 532af1e

Browse files
committed
build googletest in action
1 parent f434346 commit 532af1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
pip install cpplint
2020
sudo apt-get install -qq valgrind libcurl4-openssl-dev
2121
22+
- name: build googletest
23+
run: ./utils/build_gtest.sh
24+
2225
- name: build
2326
run: |
2427
./autogen.sh

0 commit comments

Comments
 (0)