Skip to content

Commit 6081628

Browse files
committed
Re-enable cmake --target cpptest -j 2
1 parent 5751217 commit 6081628

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/upstream.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: Upstream
32

43
on:
@@ -65,8 +64,8 @@ jobs:
6564
- name: Python tests C++11
6665
run: cmake --build build11 --target pytest -j 2
6766

68-
# - name: C++11 tests
69-
# run: cmake --build build11 --target cpptest -j 2
67+
- name: C++11 tests
68+
run: cmake --build build11 --target cpptest -j 2
7069

7170
- name: Interface test C++11
7271
run: cmake --build build11 --target test_cmake_build
@@ -86,8 +85,8 @@ jobs:
8685
- name: Python tests
8786
run: cmake --build build17 --target pytest
8887

89-
# - name: C++ tests
90-
# run: cmake --build build17 --target cpptest
88+
- name: C++ tests
89+
run: cmake --build build17 --target cpptest
9190

9291
# Third build - C++17 mode with unstable ABI
9392
- name: Configure (unstable ABI)

0 commit comments

Comments
 (0)