ci(e2e_test): Disable CGO_ENABLED to validate static build (#66)
Related to #62
This commit is contained in:
2
.github/workflows/e2e_test.yml
vendored
2
.github/workflows/e2e_test.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
restore-keys: |
|
||||
go-${{ runner.os }}-
|
||||
- name: Build the project
|
||||
run: go build
|
||||
run: CGO_ENABLED=0 go build
|
||||
- name: Install extension
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.REPO_WRITE_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user