Skip to content

Commit

Permalink
debug MPI CI job failure
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Dec 13, 2023
1 parent 5760bfb commit 8ddf8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- name: Build the testing docker image
run: docker build -f Dockerfile.mpi -t partmc-test .
- name: Run the tests in the docker container
run: docker run -t partmc-test bash -c 'cd /build; make test'
run: docker run -t partmc-test bash -c 'cd /build; CTEST_OUTPUT_ON_FAILURE=1 make test'

0 comments on commit 8ddf8e5

Please sign in to comment.