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:
Zanie Blue
2024-05-21 15:17:48 -04:00
committed by GitHub
parent cf997080b0
commit dfd6ccf0f9
5 changed files with 60 additions and 42 deletions

View File

@@ -1,2 +1,2 @@
def a():
pass
return "a"