Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Nov 4, 2023
1 parent c53023b commit 0bdbfdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@e7b3306fe5639e5a4c46aeb4525ff160c28b1e05
- uses: julia-actions/cache@88474432aeb3dced3efe31c3d42a3d488e06a10b
with:
cache-compiled: true
# cache-name: ${{ matrix.julia-version }}-${{ matrix.arch }}
- uses: julia-actions/julia-runtest@v1
env:
JULIA_DEBUG: loading
JULIA_DEBUG: loading,API
- uses: julia-actions/julia-processcoverage@v1

0 comments on commit 0bdbfdd

Please sign in to comment.