Skip to content

Commit 112c723

Browse files
authored
Use MPIWrapper 2.8.1 in CI (#596)
* Use MPIWrapper 2.8.1 in CI * More colourful tests
1 parent 5f25dcc commit 112c723

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/UnitTests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
- name: "Run tests"
284284
run: |
285285
source ${HOME}/intel/compilers_and_libraries/linux/mpi/intel64/bin/mpivars.sh release
286-
julia --project -e 'using Pkg; Pkg.test()'
286+
julia --color=yes --project -e 'using Pkg; Pkg.test()'
287287
288288
289289
test-system-msmpi:
@@ -402,7 +402,7 @@ jobs:
402402
# - "1.7"
403403
# - "nightly"
404404
MPIWrapper:
405-
- "2.3.2"
405+
- "2.8.1"
406406

407407
fail-fast: false
408408

@@ -471,7 +471,7 @@ jobs:
471471
# - "1.7"
472472
# - "nightly"
473473
MPIWrapper:
474-
- "2.3.2"
474+
- "2.8.1"
475475

476476
fail-fast: false
477477

@@ -556,8 +556,8 @@ jobs:
556556
- name: "Build package"
557557
run: |
558558
source ${HOME}/intel/compilers_and_libraries/linux/mpi/intel64/bin/mpivars.sh release
559-
julia --project -e 'using Pkg; Pkg.instantiate(verbose=true); Pkg.build(verbose=true)'
559+
julia --color=yes --project -e 'using Pkg; Pkg.instantiate(verbose=true); Pkg.build(verbose=true)'
560560
- name: "Run tests"
561561
run: |
562562
source ${HOME}/intel/compilers_and_libraries/linux/mpi/intel64/bin/mpivars.sh release
563-
julia --project -e 'using Pkg; Pkg.test()'
563+
julia --color=yes --project -e 'using Pkg; Pkg.test()'

0 commit comments

Comments
 (0)