Skip to content

Commit d385ebe

Browse files
authored
cleanup CI
1 parent b4ad062 commit d385ebe

File tree

2 files changed

+1
-67
lines changed

2 files changed

+1
-67
lines changed

.github/workflows/benchmark.yml

-57
This file was deleted.

.github/workflows/ci.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,7 @@ jobs:
2626
with:
2727
version: ${{ matrix.version }}
2828
arch: ${{ matrix.arch }}
29-
- uses: actions/cache@v3
30-
env:
31-
cache-name: cache-artifacts
32-
with:
33-
path: ~/.julia/artifacts
34-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
35-
restore-keys: |
36-
${{ runner.os }}-test-${{ env.cache-name }}-
37-
${{ runner.os }}-test-
38-
${{ runner.os }}-
29+
- uses: julia-actions/cache@v2
3930
- uses: julia-actions/julia-buildpkg@v1
4031
- uses: julia-actions/julia-runtest@v1
4132
env:

0 commit comments

Comments
 (0)