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