From 4243b9cdf31f4f2dd9113080482bbcf0726cc230 Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:37:49 -0700 Subject: [PATCH] add comment --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d010878b..8fe05ac2a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,6 +45,8 @@ jobs: strategy: matrix: py-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + # Make sure we can build and run tests on an instrumented build that uses libasan + # We aren't necessarily checking for memory errors / leaks in this test sanitizer: [false] include: - py-version: 3.8