Skip to content

Commit 27b7da3

Browse files
committed
Testing for windows
1 parent 5822d39 commit 27b7da3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,12 @@ jobs:
135135
echo "CPPZMQ=${PWD}/build" >> ${GITHUB_ENV}
136136
137137
- 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?
138140
run: |
139141
cd ${{ env.CPPZMQ }}
140-
echo ${{ env.CPPZMQ }}
141142
ctest -V -C ${BUILDTYPE}
142-
ctest -V -R "()"
143+
143144
- name: demo
144145
# probably need to install libzmq and cppzmq for this to work on windows
145146
if: ${{ matrix.os == 'ubuntu*' }}

0 commit comments

Comments
 (0)