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
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
If I invoke go.test.file when current file is not a test file, it says "Success: Tests passed.", but in fact, no tests were run. go.test.cursor handles this situation, go.test.package works as expected.
If I invoke
go.test.filewhen current file is not a test file, it says "Success: Tests passed.", but in fact, no tests were run.go.test.cursorhandles this situation,go.test.packageworks as expected.