Skip to content

Commit

Permalink
with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Nov 4, 2023
1 parent 7061da3 commit c48be5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
cache-compiled: true
# cache-name: ${{ matrix.julia-version }}-${{ matrix.arch }}
- run: julia --trace-compile=stderr --project -e "import Pkg; Pkg.test()"
- run: julia --trace-compile=stderr --project -e "import Pkg; Pkg.test(coverage=true)"
env:
JULIA_DEBUG: loading,API
# - uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit c48be5f

Please sign in to comment.