diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/git.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml index fef2127..ba664a2 100644 --- a/.github/workflows/git.yml +++ b/.github/workflows/git.yml @@ -38,3 +38,8 @@ jobs: - name: Test run: make test-coverage + + - name: Build go-git with CGO disabled + run: go build ./... + env: + CGO_ENABLED: 0 |