mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
Re-enable cmake --target cpptest -j 2
This commit is contained in:
parent
5751217bcc
commit
60816285e9
9
.github/workflows/upstream.yml
vendored
9
.github/workflows/upstream.yml
vendored
@ -1,4 +1,3 @@
|
||||
|
||||
name: Upstream
|
||||
|
||||
on:
|
||||
@ -65,8 +64,8 @@ jobs:
|
||||
- name: Python tests C++11
|
||||
run: cmake --build build11 --target pytest -j 2
|
||||
|
||||
# - name: C++11 tests
|
||||
# run: cmake --build build11 --target cpptest -j 2
|
||||
- name: C++11 tests
|
||||
run: cmake --build build11 --target cpptest -j 2
|
||||
|
||||
- name: Interface test C++11
|
||||
run: cmake --build build11 --target test_cmake_build
|
||||
@ -86,8 +85,8 @@ jobs:
|
||||
- name: Python tests
|
||||
run: cmake --build build17 --target pytest
|
||||
|
||||
# - name: C++ tests
|
||||
# run: cmake --build build17 --target cpptest
|
||||
- name: C++ tests
|
||||
run: cmake --build build17 --target cpptest
|
||||
|
||||
# Third build - C++17 mode with unstable ABI
|
||||
- name: Configure (unstable ABI)
|
||||
|
Loading…
Reference in New Issue
Block a user