From 05fab99e644a33bff154cfa83e538ad215170f27 Mon Sep 17 00:00:00 2001 From: Gudmundur Adalsteinsson Date: Wed, 14 Jul 2021 11:34:10 +0000 Subject: [PATCH] Try regex for windows tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b188f01..101912f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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*' }}