From 27701c2b57ce19a76b198db51926fb7a89cfc6be Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Fri, 3 Nov 2023 23:01:59 -0400 Subject: [PATCH] run with loading debug --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5aed193..4d906cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,4 +28,6 @@ jobs: cache-compiled: true cache-name: ${{ matrix.julia-version }}-${{ matrix.arch }} - uses: julia-actions/julia-runtest@v1 + env: + JULIA_DEBUG: loading - uses: julia-actions/julia-processcoverage@v1