Skip to content

Commit d268f70

Browse files
committed
ALLTEST
1 parent 510c965 commit d268f70

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
persist-credentials: false
18+
- uses: actions/setup-go@v5
19+
with:
20+
go-version: '1.23.x'
1821
- run: git fetch origin "+${GITHUB_REF}:${GITHUB_REF}"
1922
if: ${{ github.ref_type == 'tag' }}
2023
- run: git clone -b master https://github.com/git/git.git "$HOME/git"
@@ -25,6 +28,7 @@ jobs:
2528
# We install our custom Git version into a PATH location ahead of
2629
# that of the Git installed by Homebrew.
2730
- run: script/build-git "$HOME/git"
31+
- run: GIT_DEFAULT_HASH=sha256 script/cibuild
2832
build-earliest:
2933
name: Build with earliest Git
3034
strategy:
@@ -36,6 +40,9 @@ jobs:
3640
with:
3741
fetch-depth: 0
3842
persist-credentials: false
43+
- uses: actions/setup-go@v5
44+
with:
45+
go-version: '1.23.x'
3946
- run: git fetch origin "+${GITHUB_REF}:${GITHUB_REF}"
4047
if: ${{ github.ref_type == 'tag' }}
4148
- run: git clone -b v2.0.0 https://github.com/git/git.git "$HOME/git"
@@ -46,3 +53,4 @@ jobs:
4653
# We install our custom Git version into a PATH location ahead of
4754
# that of the Git installed by Homebrew.
4855
- run: script/build-git "$HOME/git"
56+
- run: script/cibuild

0 commit comments

Comments
 (0)