Skip to content

Commit 19fab74

Browse files
clean ci
1 parent 26da27b commit 19fab74

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
key: cache-go-${{ runner.os }}-1.15.x-${{ github.run_number }}
3333
restore-keys: |
3434
cache-go-${{ runner.os}}-1.15.x-
35-
cache-go-${{ runner.os}}-
36-
cache-go-
3735
3836
- name: Build
3937
run: make build-all
@@ -77,11 +75,6 @@ jobs:
7775
key: cache-go-${{ runner.os }}-${{ matrix.go-version }}-${{ github.run_number }}
7876
restore-keys: |
7977
cache-go-${{ runner.os }}-${{ matrix.go-version }}-
80-
cache-go-${{ runner.os }}-
81-
cache-go-
82-
83-
- name: Build
84-
run: make build-all
8578
8679
- name: Test
8780
run: make test-v

0 commit comments

Comments
 (0)