Skip to content

Commit

Permalink
No need to fetch repository history when running tests (#1022)
Browse files Browse the repository at this point in the history
Test runs don't need access to the repository history and only need the
commit being tested.
  • Loading branch information
pietern authored Nov 29, 2023
1 parent 0cd3bb0 commit 94a9fe4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
- name: Checkout repository and submodules
uses: actions/checkout@v4

- name: Unshallow
run: git fetch --prune --unshallow

- name: Setup Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 94a9fe4

Please sign in to comment.