We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef98e38 commit 560ed69Copy full SHA for 560ed69
.github/workflows/test.yaml
@@ -40,6 +40,8 @@ jobs:
40
needs: test
41
steps:
42
- uses: actions/checkout@v4
43
+ with:
44
+ fetch-depth: 0
45
- uses: actions/setup-go@v5
46
with:
47
go-version-file: go.mod
0 commit comments