Skip to content

Commit

Permalink
Set fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Jun 14, 2023
1 parent a15a4e3 commit 464a36f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Test
run: go test ./...

0 comments on commit 464a36f

Please sign in to comment.