Skip to content

Commit dcd9f06

Browse files
ci: Testing doesn't need full clone (only shallow)
1 parent fd071c5 commit dcd9f06

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/development.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
go-version: ${{ matrix.go-version }}
3333
- name: Checkout code
3434
uses: actions/checkout@v5
35-
with:
36-
fetch-depth: 0
3735
- name: go fmt ./... (go version ${{ matrix.go-version }})
3836
run: test -z "$(go fmt ./...)"
3937
- name: go test ./... -mod=vendor (go version ${{ matrix.go-version }})

0 commit comments

Comments
 (0)