mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Lets see if sanitize works
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -28,11 +28,11 @@ jobs:
|
|||||||
|
|
||||||
- python: b
|
- python: b
|
||||||
pyver: "3.11"
|
pyver: "3.11"
|
||||||
sanitize: 0 # disabled because causes segfaults
|
sanitize: 1
|
||||||
|
|
||||||
- python: c
|
- python: c
|
||||||
pyver: "3.9"
|
pyver: "3.9"
|
||||||
sanitize: 0 # disabled because causes segfaults
|
sanitize: 1
|
||||||
|
|
||||||
|
|
||||||
exclude:
|
exclude:
|
||||||
|
|||||||
Reference in New Issue
Block a user