Skip to content

Commit 4fb646b

Browse files
Update ci.yml
1 parent 953eef7 commit 4fb646b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ jobs:
6868
arch: ${{ matrix.arch }}
6969
#- uses: julia-actions/julia-buildpkg@v1
7070
- run: cd test/TestApp/compile; ./compile.sh
71-
- run: find . -name "*.so"
7271
- 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
72+
- run: julia --project=test/TestApp/ --color=yes --check-bounds=yes test/mpi/runtests.jl test/TestApp/compile/TestApp.so
7473
- uses: julia-actions/julia-processcoverage@v1
7574
- uses: codecov/codecov-action@v1
7675
with:

0 commit comments

Comments
 (0)