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
Running go test all in a package with modules enabled also tests the standard library. This can take a very long time. Perhaps there should be a way to skip the standard library, or it should be skipped by default.
The text was updated successfully, but these errors were encountered:
Running go test all in a package with modules enabled also tests the standard library. This can take a very long time. Perhaps there should be a way to skip the standard library, or it should be skipped by default.
The text was updated successfully, but these errors were encountered: