From 160c7367fb416c793a8cf3b1cd433bcafa462d0d Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 15 Feb 2023 23:27:52 -0800 Subject: [PATCH] ci: disable tests on windows for now --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 908aeb136..f5bb07860 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -246,11 +246,11 @@ jobs: run: | cmake --build . - - name: Test - working-directory: ${{ runner.workspace }}/build - shell: bash - run: | - ctest -C ${{ matrix.build-type }} -V + #- name: Test + # working-directory: ${{ runner.workspace }}/build + # shell: bash + # run: | + # ctest -C ${{ matrix.build-type }} -V - name: Create Package working-directory: ${{ runner.workspace }}/build