Use julia-actions/cache for tests (#137)

This commit is contained in:
Curtis Vogt
2025-01-22 15:10:51 -06:00
committed by GitHub
parent 678da69444
commit 9ed3aa0601
2 changed files with 2 additions and 20 deletions

View File

@@ -39,15 +39,6 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
env:
cache-name: cache-artifacts
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
- run: julia --color=yes --check-bounds=yes test_logger_tests.jl