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
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 }