mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Lets see if sanitize works
This commit is contained in:
parent
cc11ed5c2c
commit
adda3249f5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue