You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
For instance, I run tests like this: go test ./... -gcflags=all=-l
The text was updated successfully, but these errors were encountered:
🚀 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
The text was updated successfully, but these errors were encountered: