We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a030b1 commit c903313Copy full SHA for c903313
.github/workflows/CI.yml
@@ -25,16 +25,6 @@ jobs:
25
with:
26
version: ${{ matrix.version }}
27
arch: ${{ matrix.arch }}
28
- - uses: actions/cache@v1
29
- env:
30
- cache-name: cache-artifacts
31
- with:
32
- path: ~/.julia/artifacts
33
- key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
34
- restore-keys: |
35
- ${{ runner.os }}-test-${{ env.cache-name }}-
36
- ${{ runner.os }}-test-
37
- ${{ runner.os }}-
38
- uses: julia-actions/julia-buildpkg@v1
39
- uses: julia-actions/julia-runtest@v1
40
- uses: julia-actions/julia-processcoverage@v1
0 commit comments