mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Move maturin test coverage into CI (#3714)
This test can take over 60s to run, which is too much for a unit test. We'll run it in a separate CI job to retain coverage.
This commit is contained in:
parent
cf997080b0
commit
dfd6ccf0f9
5 changed files with 60 additions and 42 deletions
|
@ -1,2 +1,2 @@
|
|||
def a():
|
||||
pass
|
||||
return "a"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue