We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953eef7 commit 4fb646bCopy full SHA for 4fb646b
.github/workflows/ci.yml
@@ -68,9 +68,8 @@ jobs:
68
arch: ${{ matrix.arch }}
69
#- uses: julia-actions/julia-buildpkg@v1
70
- run: cd test/TestApp/compile; ./compile.sh
71
- - run: find . -name "*.so"
72
- run: julia --project=test/TestApp/ -e 'using Pkg; Pkg.instantiate()'
73
- - run: julia --project=test/TestApp/ --color=yes --check-bounds=yes test/mpi/runtests.jl test/TestApp/TestApp.so
+ - run: julia --project=test/TestApp/ --color=yes --check-bounds=yes test/mpi/runtests.jl test/TestApp/compile/TestApp.so
74
- uses: julia-actions/julia-processcoverage@v1
75
- uses: codecov/codecov-action@v1
76
with:
0 commit comments