Skip to content

Commit

Permalink
ci: checkout with depth
Browse files Browse the repository at this point in the history
  • Loading branch information
libotony committed Jul 26, 2024
1 parent 5f03922 commit 8344580
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0


- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

- name: Make all
run: make all

Expand Down

0 comments on commit 8344580

Please sign in to comment.