From 052093174d149c5fc9621212f17d83c1098006ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= Date: Wed, 13 Dec 2023 15:45:02 +0100 Subject: [PATCH] disable test --- .github/workflows/vcpkg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vcpkg.yml b/.github/workflows/vcpkg.yml index 4d5f84bf..e8446892 100644 --- a/.github/workflows/vcpkg.yml +++ b/.github/workflows/vcpkg.yml @@ -28,6 +28,6 @@ jobs: - name: Build SFCGAL run: cmake --build build --config Release - - name: Test SFCGAL - run: ctest -VV --output-on-failure --test-dir build + # - name: Test SFCGAL + # run: ctest -VV --output-on-failure --test-dir build