Skip to content

Commit 4f667d1

Browse files
Add caching of go installs
1 parent 18d0a57 commit 4f667d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- "1.19"
1515

1616
steps:
17+
- name: Check out code into the Go module directory
18+
uses: actions/checkout@v3
19+
1720
- name: Set up Go ${{ matrix.go }}
1821
uses: actions/setup-go@v3
1922
with:
@@ -23,9 +26,6 @@ jobs:
2326

2427
- run: go version
2528

26-
- name: Check out code into the Go module directory
27-
uses: actions/checkout@v3
28-
2929
- name: go test
3030
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
3131

0 commit comments

Comments
 (0)