diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ac081dc76..1e287ad36 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -49,7 +49,8 @@ jobs: ${{ runner.os }}- - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - - shell: julia --color=yes --project {0} + - name: Run live tests + shell: julia --color=yes --project {0} run: | import Pkg Pkg.test(test_args=["--live"], coverage=true)