From 9709ce67b1f03044e7e5f38210bf6664ad8a28d0 Mon Sep 17 00:00:00 2001 From: Vincent Payet Date: Thu, 15 Feb 2024 16:07:38 +0100 Subject: [PATCH] remove kirchoff tests --- .github/workflows/windows-vcpkg.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/windows-vcpkg.yml b/.github/workflows/windows-vcpkg.yml index 737946f0ce..e130ad9c69 100644 --- a/.github/workflows/windows-vcpkg.yml +++ b/.github/workflows/windows-vcpkg.yml @@ -131,13 +131,6 @@ jobs: cd _build ctest -C ${{ matrix.buildtype }} --output-on-failure -L "unit|end-to-end" -LE ortools - - name: Run kirchhoff-constraint-tests - shell: bash - run: | - tar xvf src/tests/kirchhoff-cbuilder/reference.tar.gz -C src/tests/kirchhoff-cbuilder/ - cd _build - ctest -C Release --output-on-failure -R kirchhoff - - name: Upload build on failure if: ${{ failure() }} uses: actions/upload-artifact@v3