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
Change make test-unit to have the same go test parameters as make test-in-docker
`make test-in-docker` was changed to disable the printf analyzer, but
`make test-unit` wasn't for some reason. The current master isn't
compatible with the printf analyzer, so `make test-unit` fails on master
without this change.
0 commit comments