Open galargh opened 1 month ago
The way to run the tests is: CGO_ENABLED=0 go test
Do note - the important part for test/compilation/debug is CGO_ENABLED=0
. Whether you specifically use go test
after that or some other process/workflow is free-form.
It has been suggested that
The way to run the tests is:
CGO_ENABLED=0 go test