Skip to content

Commit

Permalink
remove kirchoff tests
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Feb 15, 2024
1 parent 1600122 commit 9709ce6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9709ce6

Please sign in to comment.