Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Nov 17, 2023
1 parent 67beaa3 commit 1cef3ce
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,8 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@88474432aeb3dced3efe31c3d42a3d488e06a10b
- uses: julia-actions/cache@895719c3c95fd5c939894406410ecb572fbdbc2b
with:
cache-compiled: true
# cache-name: ${{ matrix.julia-version }}-${{ matrix.arch }}
- run: julia --trace-compile=stderr --project -e "import Pkg; Pkg.test(coverage=true)"
env:
JULIA_DEBUG: loading,API
# - uses: julia-actions/julia-runtest@v1
# with:
# julia-args: --trace-compile=stderr
# env:
# JULIA_DEBUG: loading,API
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1

0 comments on commit 1cef3ce

Please sign in to comment.