Try regex for windows tests

This commit is contained in:
Gudmundur Adalsteinsson 2021-07-14 11:34:10 +00:00
parent 05d8f133d7
commit 05fab99e64

View File

@ -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*' }}