Skip to content

Commit 281b8fd

Browse files
author
Shuo
authored
D: Cache
1 parent 4fa9e0e commit 281b8fd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@ jobs:
1919
- name: Check out code into the Go module directory
2020
uses: actions/checkout@v2
2121

22-
- name: Cache
23-
uses: actions/cache@v2
24-
with:
25-
path: ~/.cache/go-build/
26-
key: ${{ runner.os }}-go-build
27-
28-
- name: Get dependencies
29-
run: go get -v -t -d ./...
30-
31-
- name: Build
32-
run: go build -v .
33-
3422
- name: Test
3523
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
3624

0 commit comments

Comments
 (0)