No need to fetch repository history when running tests (#1022)

Test runs don't need access to the repository history and only need the
commit being tested.
This commit is contained in:
Pieter Noordhuis 2023-11-29 14:50:17 +01:00 committed by GitHub
parent 0cd3bb072d
commit 94a9fe4385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ jobs:
- name: Checkout repository and submodules - name: Checkout repository and submodules
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Unshallow
run: git fetch --prune --unshallow
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with: