Skip to content

Commit 3a80b05

Browse files
authored
[ci] Run the cppyy tests on osx even though there is no valgrind. (#261)
1 parent cfdf199 commit 3a80b05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,7 @@ jobs:
10401040
set -o pipefail
10411041
if [[ "${{ matrix.os }}" == macos-* ]]; then
10421042
echo "Skipping Valgrind checks on OS X"
1043+
python -m pytest -m "not xfail" -v
10431044
else
10441045
if [[ "${{ matrix.clang-runtime }}" == "17" ]]; then
10451046
echo "Valgrind reports true for clang-runtime 17 due to problems with LLVM"
@@ -1333,4 +1334,4 @@ jobs:
13331334
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
13341335
-DCppInterOp_DIR="${{ env.CPPINTEROP_BUILD_DIR }}/lib/cmake/CppInterOp" \
13351336
..
1336-
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }}
1337+
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }}

0 commit comments

Comments
 (0)