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
I'm experiencing an issue when tests are being marked as failed when they produce warnings, even though tests themselves pass:
Here is the output from go test command:
➜ go-fileserver git:(registry) ✗ go test ./registry -count=1
# github.com/olzhasar/go-fileserver/registry.test
ld: warning: -no_pie is deprecated when targeting new OS versions
ld: warning: non-standard -pagezero_size is deprecated when targeting macOS 13.0 or later
ok github.com/olzhasar/go-fileserver/registry 0.880s
The text was updated successfully, but these errors were encountered:
I don't know the internals well, so no easy way to reproduce that I am aware of.
I am experiencing these warnings when importing mattn/go-sqlite3 package on MacOS. You can try to run any go test with this package imported
Hi,
Thank you for
neotest-go
, great work!I'm experiencing an issue when tests are being marked as failed when they produce warnings, even though tests themselves pass:
Here is the output from
go test
command:The text was updated successfully, but these errors were encountered: