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 2819d30 commit 56350d2Copy full SHA for 56350d2
.github/workflows/CI.yml
@@ -23,16 +23,6 @@ jobs:
23
with:
24
version: ${{ matrix.version }}
25
arch: ${{ matrix.arch }}
26
- - uses: actions/cache@v1
27
- env:
28
- cache-name: cache-artifacts
29
- with:
30
- path: ~/.julia/artifacts
31
- key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
32
- restore-keys: |
33
- ${{ runner.os }}-test-${{ env.cache-name }}-
34
- ${{ runner.os }}-test-
35
- ${{ runner.os }}-
36
- uses: julia-actions/julia-buildpkg@v1
37
- uses: julia-actions/julia-runtest@v1
38
- uses: julia-actions/julia-processcoverage@v1
0 commit comments