From e5fdb42034fa758e97a3297b81ed290c239045b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Mon, 8 Jan 2024 08:03:30 +0100 Subject: [PATCH] [ci] Re-enable running tests on Windows as segfaults in tests got fixed" This reverts commit 0559d56084de64c7d2384e49165f79b2fd0a601f. --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5554e498..8a40fe6e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,5 +80,4 @@ jobs: run: cmake --build build --config Release - name: Test - run: echo "Testing disabled due to known segfaults" - #run: ctest --test-dir build -C Release --output-on-failure + run: ctest --test-dir build -C Release --output-on-failure