From adda3249f5a7c1ae9917eaf90692c7b743f6c109 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 21 Mar 2024 20:55:23 +0530 Subject: [PATCH] Lets see if sanitize works --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c98b6ef08..4a6324d6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,11 +28,11 @@ jobs: - python: b pyver: "3.11" - sanitize: 0 # disabled because causes segfaults + sanitize: 1 - python: c pyver: "3.9" - sanitize: 0 # disabled because causes segfaults + sanitize: 1 exclude: