We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cmake --target cpptest -j 2
1 parent 5751217 commit 6081628Copy full SHA for 6081628
.github/workflows/upstream.yml
@@ -1,4 +1,3 @@
1
-
2
name: Upstream
3
4
on:
@@ -65,8 +64,8 @@ jobs:
65
64
- name: Python tests C++11
66
run: cmake --build build11 --target pytest -j 2
67
68
- # - name: C++11 tests
69
- # run: cmake --build build11 --target cpptest -j 2
+ - name: C++11 tests
+ run: cmake --build build11 --target cpptest -j 2
70
71
- name: Interface test C++11
72
run: cmake --build build11 --target test_cmake_build
@@ -86,8 +85,8 @@ jobs:
86
85
- name: Python tests
87
run: cmake --build build17 --target pytest
88
89
- # - name: C++ tests
90
- # run: cmake --build build17 --target cpptest
+ - name: C++ tests
+ run: cmake --build build17 --target cpptest
91
92
# Third build - C++17 mode with unstable ABI
93
- name: Configure (unstable ABI)
0 commit comments