Skip to content

Commit

Permalink
CI: Remove work-around from rules for MinGW that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Sep 22, 2024
1 parent 44fe87f commit 7671ceb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ jobs:
if [[ ${{ matrix.mpi }} == ON ]]; then
export PATH="/c/Program Files/Microsoft MPI/Bin":$PATH # add mpiexec to msys2 path
fi
export PATH="${GITHUB_WORKSPACE}/build":$PATH # add libarpack.dll to msys2 path for tests that run in different directory
cd build
ctest
- name: Re-run tests
Expand All @@ -340,7 +339,6 @@ jobs:
if [[ ${{ matrix.mpi }} == ON ]]; then
export PATH="/c/Program Files/Microsoft MPI/Bin":$PATH # add mpiexec to msys2 path
fi
export PATH="${GITHUB_WORKSPACE}/build":$PATH # add libarpack.dll to msys2 path for tests that run in different directory
cd build
echo "::group::Re-run ctest"
ctest --rerun-failed --output-on-failure || true
Expand Down

0 comments on commit 7671ceb

Please sign in to comment.