Skip to content

Commit 05fab99

Browse files
committed
Try regex for windows tests
1 parent 05d8f13 commit 05fab99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
cd ${{ env.CPPZMQ }}
143143
echo ${{ env.CPPZMQ }}
144144
ctest -V -C ${BUILDTYPE}
145-
145+
ctest -V -R "()"
146146
- name: demo
147147
# probably need to install libzmq and cppzmq for this to work on windows
148148
if: ${{ matrix.os == 'ubuntu*' }}

0 commit comments

Comments
 (0)