Skip to content

Commit

Permalink
Set doc, doctest = false for test crates
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Aug 8, 2024
1 parent 2d258bc commit f07b2fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/blas-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ edition = "2018"

[lib]
test = false
doc = false
doctest = false

[dependencies]
ndarray = { workspace = true, features = ["approx"] }
Expand Down
2 changes: 2 additions & 0 deletions crates/numeric-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ edition = "2018"

[lib]
test = false
doc = false
doctest = false

[dependencies]
ndarray = { workspace = true, features = ["approx"] }
Expand Down
2 changes: 2 additions & 0 deletions crates/serialization-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ edition = "2018"

[lib]
test = false
doc = false
doctest = false

[dependencies]
ndarray = { workspace = true, features = ["serde"] }
Expand Down

0 comments on commit f07b2fe

Please sign in to comment.