Skip to content

Commit 89067e7

Browse files
Trying to fix failing tests
1 parent 1e0b9b9 commit 89067e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
${{ runner.os }}-test-
155155
${{ runner.os }}-
156156
- uses: julia-actions/julia-buildpkg@v1
157-
- run: julia --project=. --color=yes --check-bounds=yes test/runtests_mpi.jl
157+
- run: cd test/; julia --project=.. --color=yes --check-bounds=yes runtests_mpi.jl
158158
docs:
159159
name: Documentation
160160
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)