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 18d0a57 commit 4f667d1Copy full SHA for 4f667d1
.github/workflows/tests.yml
@@ -14,6 +14,9 @@ jobs:
14
- "1.19"
15
16
steps:
17
+ - name: Check out code into the Go module directory
18
+ uses: actions/checkout@v3
19
+
20
- name: Set up Go ${{ matrix.go }}
21
uses: actions/setup-go@v3
22
with:
@@ -23,9 +26,6 @@ jobs:
23
26
24
27
- run: go version
25
28
- - name: Check out code into the Go module directory
- uses: actions/checkout@v3
-
29
- name: go test
30
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
31
0 commit comments