We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5822d39 commit 27b7da3Copy full SHA for 27b7da3
.github/workflows/ci.yml
@@ -135,11 +135,12 @@ jobs:
135
echo "CPPZMQ=${PWD}/build" >> ${GITHUB_ENV}
136
137
- name: test
138
+ # for unknown reason no tests are found and run on windows
139
+ # could be something to do with catch_discover_tests not working?
140
run: |
141
cd ${{ env.CPPZMQ }}
- echo ${{ env.CPPZMQ }}
142
ctest -V -C ${BUILDTYPE}
- ctest -V -R "()"
143
+
144
- name: demo
145
# probably need to install libzmq and cppzmq for this to work on windows
146
if: ${{ matrix.os == 'ubuntu*' }}
0 commit comments