TileDB-Go icon indicating copy to clipboard operation
TileDB-Go copied to clipboard

Improve and speed up CI.

Open NullHypothesis opened this issue 7 months ago • 0 comments

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.

NullHypothesis avatar Jul 26 '24 20:07 NullHypothesis