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
The gno test command has an auto-gnomod flag which is enabled by default, and the purpose of it is to auto generate a gnomod.toml file before running tests when that file is not present; Without it tests would fail.
The gno lint command also has the same flag and behavior.