Skip to content

Commit d3de723

Browse files
Sébastien LoiselSébastien Loisel
authored andcommitted
Add julia-buildpkg step to ensure precompilation before tests
1 parent 8e8a6cb commit d3de723

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
PYTHON: python
4848
run: julia --project=. -e 'using Pkg; Pkg.add(name="OpenSSL_jll", version="3.0"); Pkg.instantiate(); Pkg.build("PyCall")'
4949

50+
- name: Precompile package
51+
uses: julia-actions/julia-buildpkg@v1
52+
5053
- name: Run tests with coverage
5154
uses: julia-actions/julia-runtest@v1
5255
with:

0 commit comments

Comments
 (0)