mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-12-23 14:03:15 +01:00
Try regex for windows tests
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -142,7 +142,7 @@ jobs:
|
|||||||
cd ${{ env.CPPZMQ }}
|
cd ${{ env.CPPZMQ }}
|
||||||
echo ${{ env.CPPZMQ }}
|
echo ${{ env.CPPZMQ }}
|
||||||
ctest -V -C ${BUILDTYPE}
|
ctest -V -C ${BUILDTYPE}
|
||||||
|
ctest -V -R "()"
|
||||||
- name: demo
|
- name: demo
|
||||||
# probably need to install libzmq and cppzmq for this to work on windows
|
# probably need to install libzmq and cppzmq for this to work on windows
|
||||||
if: ${{ matrix.os == 'ubuntu*' }}
|
if: ${{ matrix.os == 'ubuntu*' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user