Skip to content

Commit

Permalink
Re-enable cmake --target cpptest -j 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwgk committed May 22, 2023
1 parent 5751217 commit 6081628
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Upstream

on:
Expand Down Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 6081628

Please sign in to comment.