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
Thanks for raising this issue. We need to look into what make test does that go test ./... doesn't cover, if anything. It may be we no longer need make test. The go mod error is indicative of something wrong with the mod file though which is also worrying.
Step 5 in the Contributing Guide asks to run "make test".
When I ran
make test
, the tests failed with:It seems that the CI is not running "make test".
Running
go test ./...
on a fresh clone ran without errors.The text was updated successfully, but these errors were encountered: