TileDB-Go
TileDB-Go copied to clipboard
Improve and speed up CI.
This PR makes the following changes:
- Fix the linter, address its warnings, and stop letting it fail.
- Fix the address sanitizer and stop letting it fail.
- Make it so the address sanitizer is only ran after a new release. It's an expensive job to run and there's no need to run it for each PR.