Skip to content

Commit

Permalink
Merge pull request #152 from astro-group-bristol/fergus/ci-cache
Browse files Browse the repository at this point in the history
Cache more things in the CI
  • Loading branch information
fjebaker authored Aug 25, 2023
2 parents 5563767 + a2f049f commit 3e6d774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v1
with:
cache-registries: "true"
cache-compiled: "true"
- run: julia -e 'import Pkg; Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/astro-group-bristol/AstroRegistry/"))'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit 3e6d774

Please sign in to comment.