We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0b9b9 commit 89067e7Copy full SHA for 89067e7
1 file changed
.github/workflows/ci.yml
@@ -154,7 +154,7 @@ jobs:
154
${{ runner.os }}-test-
155
${{ runner.os }}-
156
- uses: julia-actions/julia-buildpkg@v1
157
- - run: julia --project=. --color=yes --check-bounds=yes test/runtests_mpi.jl
+ - run: cd test/; julia --project=.. --color=yes --check-bounds=yes runtests_mpi.jl
158
docs:
159
name: Documentation
160
runs-on: ubuntu-latest
0 commit comments