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 26da27b commit 19fab74Copy full SHA for 19fab74
.github/workflows/test.yml
@@ -32,8 +32,6 @@ jobs:
32
key: cache-go-${{ runner.os }}-1.15.x-${{ github.run_number }}
33
restore-keys: |
34
cache-go-${{ runner.os}}-1.15.x-
35
- cache-go-${{ runner.os}}-
36
- cache-go-
37
38
- name: Build
39
run: make build-all
@@ -77,11 +75,6 @@ jobs:
77
75
key: cache-go-${{ runner.os }}-${{ matrix.go-version }}-${{ github.run_number }}
78
76
79
cache-go-${{ runner.os }}-${{ matrix.go-version }}-
80
- cache-go-${{ runner.os }}-
81
82
-
83
- - name: Build
84
- run: make build-all
85
86
- name: Test
87
run: make test-v
0 commit comments