Skip to content

Commit

Permalink
Disable doctests on gov-incentives
Browse files Browse the repository at this point in the history
  • Loading branch information
ismellike committed Aug 16, 2024
1 parent 7cce5b3 commit 754442d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion contracts/external/dao-proposal-incentives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name ="dao-proposal-incentives"
authors = ["Jake Hartnell <[email protected]>", "Gabe Lopez <[email protected]>"]
authors = ["Jake Hartnell <[email protected]>", "Gabe <[email protected]>"]
description = "A contract that implements incentives for creating a successful proposal in a DAO."
edition = { workspace = true }
license = { workspace = true }
Expand All @@ -9,6 +9,7 @@ version = { workspace = true }

[lib]
crate-type = ["cdylib", "rlib"]
doctest = false

[features]
# for more explicit tests, cargo test --features=backtraces
Expand Down
3 changes: 2 additions & 1 deletion contracts/external/dao-voting-incentives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name ="dao-voting-incentives"
authors = ["Jake Hartnell <[email protected]>", "Gabe Lopez <[email protected]>"]
authors = ["Jake Hartnell <[email protected]>", "Gabe <[email protected]>"]
description = "A contract that implements incentives for voting in a DAO."
edition = { workspace = true }
license = { workspace = true }
Expand All @@ -9,6 +9,7 @@ version = { workspace = true }

[lib]
crate-type = ["cdylib", "rlib"]
doctest = false

[features]
# for more explicit tests, cargo test --features=backtraces
Expand Down

0 comments on commit 754442d

Please sign in to comment.