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
[NO-TICKET] Re-enable memory leak asan testing in CI
**What does this PR do?**
This PR reverts #3915 where we temporarily disable memory leak
testing using the asan tool because upstream builds were broken.
Additionally, since ruby/setup-ruby#653
the setup-ruby action now fully supports the asan builds, so we no
longer require our fork.
**Motivation:**
The asan tool does quite extensive checks in the profiler test
suite, so having it running in CI helps catch issues that may
otherwise slip by.
**Additional Notes:**
N/A
**How to test the change?**
Validate that the "Test for memory leaks -> test-asan" CI job is
running and passing successfully.
0 commit comments