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
➜ core git:(master) go test
flag provided but not defined: -test.timeout
Usage of /var/folders/k5/mznl8tb12q953v9qmgbhw40m0000gn/T/go-build162470207/b001/core.test:
-acceptance
If we should run acceptance tests
-integration
If we should run integration tests
-unit
If we should run unit tests
exit status 2
FAIL example/pkg/core 0.025s
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run
go test
from within a package with test filesWhat did you expect to see?
Expected the tests to run just as in version 1.12
What did you see instead?
The text was updated successfully, but these errors were encountered: