Skip to content

Commit faa30f7

Browse files
committed
rm googletest.
1 parent fa233e5 commit faa30f7

File tree

3 files changed

+4
-21
lines changed

3 files changed

+4
-21
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ jobs:
2929
3030
- name: Build
3131
run: |
32-
cmake -B build -DENABLE_TEST=ON
32+
cmake -B build
3333
cmake --build build --config Release --parallel
34-
35-
- name: Test
36-
run: |
37-
build/pybind11_test
3834
3935
build_win:
4036
runs-on: windows-latest
@@ -54,12 +50,8 @@ jobs:
5450
5551
- name: Build
5652
run: |
57-
cmake -B build -DENABLE_TEST=ON
53+
cmake -B build
5854
cmake --build build --config Release --parallel
59-
60-
- name: Test
61-
run: |
62-
build\Release\pybind11_test.exe
6355
6456
build_mac:
6557
runs-on: macos-latest
@@ -82,9 +74,5 @@ jobs:
8274
8375
- name: Build
8476
run: |
85-
cmake -B build -DENABLE_TEST=ON
77+
cmake -B build
8678
cmake --build build --config Release --parallel
87-
88-
- name: Test
89-
run: |
90-
build/pybind11_test

.gitmodules

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
[submodule "pocketpy"]
22
path = pocketpy
33
url = https://github.com/pocketpy/pocketpy
4-
branch = main
5-
6-
[submodule "googletest"]
7-
path = googletest
8-
url = https://github.com/google/googletest.git
4+
branch = main

googletest

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)