Re-enable `cmake --target cpptest -j 2`

This commit is contained in:
Ralf W. Grosse-Kunstleve 2023-05-21 20:30:49 -07:00
parent 5751217bcc
commit 60816285e9
1 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,3 @@
name: Upstream name: Upstream
on: on:
@ -65,8 +64,8 @@ jobs:
- name: Python tests C++11 - name: Python tests C++11
run: cmake --build build11 --target pytest -j 2 run: cmake --build build11 --target pytest -j 2
# - name: C++11 tests - name: C++11 tests
# run: cmake --build build11 --target cpptest -j 2 run: cmake --build build11 --target cpptest -j 2
- name: Interface test C++11 - name: Interface test C++11
run: cmake --build build11 --target test_cmake_build run: cmake --build build11 --target test_cmake_build
@ -86,8 +85,8 @@ jobs:
- name: Python tests - name: Python tests
run: cmake --build build17 --target pytest run: cmake --build build17 --target pytest
# - name: C++ tests - name: C++ tests
# run: cmake --build build17 --target cpptest run: cmake --build build17 --target cpptest
# Third build - C++17 mode with unstable ABI # Third build - C++17 mode with unstable ABI
- name: Configure (unstable ABI) - name: Configure (unstable ABI)