Skip to content

Commit

Permalink
Add ompi env variables to test job
Browse files Browse the repository at this point in the history
  • Loading branch information
lattice737 authored Jun 25, 2024
1 parent d17d133 commit 61833ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: environ:latest
options: -e OMPI_ALLOW_RUN_AS_ROOT=1 -e OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
run: |
cd /app/q-e/Environ/tests
make --ignore-errors run-tests-parallel

0 comments on commit 61833ac

Please sign in to comment.