Skip to content

Commit 00dcb13

Browse files
mkittimusm
authored andcommitted
Enable verbose debugging during Github Actions CI
1 parent 33f5136 commit 00dcb13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
arch: ${{ matrix.arch }}
7676
- uses: julia-actions/julia-buildpkg@latest
7777
- uses: julia-actions/julia-runtest@latest
78+
env:
79+
JULIA_DEBUG: Main
7880
- uses: julia-actions/julia-processcoverage@latest
7981
- uses: codecov/codecov-action@v1
8082
with:

0 commit comments

Comments
 (0)