Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Oct 20, 2023
1 parent c107a60 commit cc5cb7e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,12 @@ jobs:
run: |
cmake --build _build --config Release -j2 --target install
- name: Running unit tests
shell: cmd
- name: Running unit test examples/SmallTestSixCandidatesWithPlaylist
shell: bash
run: |
set PATH=%PATH%;C:\Program Files\Microsoft MPI\Bin\
set PATH=%PATH%;${{ env.XPRESS }}
cd _build
ctest -C Release --output-on-failure -L "medium|unit|benders|lpnamer"
python src/python/launch.py -i examples/SmallTestSixCandidatesWithPlaylist -n 4
- name: Create installer .zip
shell: bash
Expand Down

0 comments on commit cc5cb7e

Please sign in to comment.