We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af768dd commit a4c6b1fCopy full SHA for a4c6b1f
.github/workflows/CI.yml
@@ -75,16 +75,6 @@ jobs:
75
with:
76
version: ${{ matrix.version }}
77
arch: ${{ matrix.arch }}
78
- - uses: actions/cache@v1
79
- env:
80
- cache-name: cache-artifacts
81
- with:
82
- path: ~/.julia/artifacts
83
- key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
84
- restore-keys: |
85
- ${{ runner.os }}-test-${{ env.cache-name }}-
86
- ${{ runner.os }}-test-
87
- ${{ runner.os }}-
88
- uses: julia-actions/julia-buildpkg@v1
89
- uses: julia-actions/julia-runtest@v1
90
- uses: julia-actions/julia-processcoverage@latest
0 commit comments