Skip to content

Commit

Permalink
build package after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Wynand committed Oct 7, 2021
1 parent aa37079 commit 3f2271b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: "1"
- uses: julia-actions/julia-buildpkg@latest
- run: |
git fetch origin +:refs/remotes/origin/HEAD
julia --project=benchmark/ -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
- uses: julia-actions/julia-buildpkg@latest
- run: |
julia --project=benchmark/ -e 'using Pkg; Pkg.build(); Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
julia --project=benchmark/ -e 'using PkgBenchmark, TimeZones; export_markdown(stdout, judge(TimeZones, "origin/HEAD", verbose=false))'
doctest:
Expand Down

0 comments on commit 3f2271b

Please sign in to comment.