Open LazarenkoA opened 3 months ago
Hi, Is it possible to make gremlins run tests with -gcflags=all=-l? This is needed when using "monkey patching", for example, with github.com/agiledragon/gomonkey/v2
-gcflags=all=-l
For instance, I run tests like this: go test ./... -gcflags=all=-l
go test ./... -gcflags=all=-l
🚀 Feature Request
Hi, Is it possible to make gremlins run tests with
-gcflags=all=-l
? This is needed when using "monkey patching", for example, with github.com/agiledragon/gomonkey/v2For instance, I run tests like this:
go test ./... -gcflags=all=-l