CGO_ENABLED=1 in tests

This commit is contained in:
braginini
2022-12-27 12:38:02 +01:00
parent 6bc2fb2d74
commit 7e0237d2cb
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ jobs:
run: go mod tidy
- name: Test
run: GOARCH=${{ matrix.arch }} go test -exec 'sudo --preserve-env=CI' -timeout 5m -p 1 ./...
run: CGO_ENABLED=1 GOARCH=${{ matrix.arch }} go test -exec 'sudo --preserve-env=CI' -timeout 5m -p 1 ./...
test_client_on_docker:
runs-on: ubuntu-latest