Skip to content
Snippets Groups Projects
Unverified Commit 3148063a authored by PG Herveou's avatar PG Herveou Committed by GitHub
Browse files

Contracts: Add benchmarks to include files (#2022)

Project that includes pallet-contracts via crates.io will fail to run 
```bash
cargo check --features=runtime-benchmarks
```

without the currently not included benchmarks files
parent ff3a3bca
Branches
No related merge requests found
Pipeline #404809 passed with stages
in 39 minutes and 24 seconds
......@@ -9,7 +9,7 @@ homepage = "https://substrate.io"
repository.workspace = true
description = "FRAME pallet for WASM contracts"
readme = "README.md"
include = ["src/**/*", "build.rs", "README.md", "CHANGELOG.md"]
include = ["src/**/*", "benchmarks/**", "build.rs", "README.md", "CHANGELOG.md"]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment