mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
Python: Speed up testing
Build editable builds as cargo debug builds, not release. This is faster (because we don't need LTO) and in theory gives additional coverage to debug asserts.
This commit is contained in:
parent
c7e1b9ee90
commit
feecce73ad
1 changed files with 3 additions and 0 deletions
|
|
@ -47,3 +47,6 @@ dev = ["pdoc>=15.0.1", "pytest>=8.3.4", "ruff>=0.9.6", "pillow>=11.3.0", "numpy>
|
|||
cache-keys = [{ file = "pyproject.toml" }, { file = "Cargo.toml" }, { file = "**/*.rs" }]
|
||||
# Uncomment to build rust code in development mode
|
||||
# config-settings = { build-args = '--profile=dev' }
|
||||
|
||||
[tool.maturin]
|
||||
editable-profile = "dev"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue