From cc5cb7e32b856abb65571efb498e74169dd7e843 Mon Sep 17 00:00:00 2001 From: Abdoulbari ZAKIR Date: Fri, 20 Oct 2023 17:56:24 +0200 Subject: [PATCH] test --- .github/workflows/windows-vcpkg.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows-vcpkg.yml b/.github/workflows/windows-vcpkg.yml index 063bdab22..7075f8e92 100644 --- a/.github/workflows/windows-vcpkg.yml +++ b/.github/workflows/windows-vcpkg.yml @@ -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