Skip to content

chore: Do not set CGO_ENABLED when running tests

Patrick Bajao requested to merge pb-remove-cgo-enabled into main

Description

Stop setting CGO_ENABLED=1 when running tests as it doesn't seem to be needed.

Related Issues

Resolves #[issue_number]

How has this been tested?

Run make test locally and on see CI results.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Merge request reports