From 94115a302e43da82feb6192a8592ad1e79d2a8e7 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 12 May 2020 21:22:47 +0200 Subject: [PATCH] :checkered_flag: exclude slow Unicode test --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f1cf8a08..ceb6c9e9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -10,8 +10,8 @@ jobs: steps: - uses: actions/checkout@v1 - name: cmake - run: cmake -S . -B build -G "Visual Studio 16 2019" -D CMAKE_BUILD_TYPE=Release + run: cmake -S . -B build -G "Visual Studio 16 2019" -D CMAKE_BUILD_TYPE=Debug - name: build run: cmake --build build --parallel 10 - name: test - run: cd build ; ctest -j 10 -C Release + run: cd build ; ctest -j 10 -C Debug --exclude-regex "test-unicode"