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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 60 additions and 42 deletions

View file

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