Run doctests as part of CI pipeline (#9939)

This commit is contained in:
Micha Reiser 2024-02-12 10:18:58 +01:00 committed by GitHub
parent a50e2787df
commit 341c2698a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 37 additions and 3 deletions

View file

@ -12,6 +12,7 @@ repository = { workspace = true }
license = { workspace = true }
[lib]
doctest = false
[dependencies]
log = { workspace = true }