diff --git a/.github/workflows/ci_mpi.yml b/.github/workflows/ci_mpi.yml index f21a57c6..cdb51f44 100644 --- a/.github/workflows/ci_mpi.yml +++ b/.github/workflows/ci_mpi.yml @@ -65,6 +65,7 @@ jobs: - run: julia --project=. -e 'using Pkg; Pkg.add("MPIPreferences")' - run: julia --project=. -e 'using MPIPreferences; MPIPreferences.use_system_binary()' - run: julia --project=. -e 'using Pkg; Pkg.build(); Pkg.precompile()' + - run: julia --project=. -e 'using GridapTopOpt' - run: julia --project=. --color=yes --check-bounds=yes test/mpi/runtests.jl - uses: codecov/codecov-action@v4 with: