File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,14 +149,6 @@ jobs:
149149 # feature: "features/outer_loop_tests.feature"
150150 mpi_path : ${GITHUB_WORKSPACE}/_build/vcpkg_installed/x64-linux-release/tools/openmpi/bin
151151
152- - name : Running unit tests
153- timeout-minutes : 120
154- shell : bash
155- run : |
156- export PATH=${GITHUB_WORKSPACE}/_build/vcpkg_installed/x64-linux-release/tools/openmpi/bin/:$PATH
157- cd _build
158- ctest -C Release --output-on-failure -L "unit|benders|lpnamer|medium"
159-
160152 - name : Cache vcpkg binary dir
161153 if : always()
162154 id : save-cache-vcpkg-binary
Original file line number Diff line number Diff line change @@ -132,9 +132,7 @@ RUN \
132132 export PATH="/workspace/antares-xpansion/_build/vcpkg_installed/x64-linux-release/tools/openmpi/bin:$PATH" && \
133133 pushd tests/end_to_end && \
134134 behave --tags "not @flaky and not @noci" cucumber/features --no-capture --no-capture-stderr --format pretty && \
135- popd && \
136- cd _build && \
137- ctest -C Release --output-on-failure -L "unit|benders|lpnamer|medium"
135+ popd
138136
139137# Install
140138RUN cd _build && \
You can’t perform that action at this time.
0 commit comments