mirror of
https://github.com/pezkuwichain/pez-solochain-template.git
synced 2026-04-22 03:17:59 +00:00
Add missing features (#10)
This commit is contained in:
@@ -68,6 +68,14 @@ jobs:
|
|||||||
run: SKIP_WASM_BUILD=1 cargo doc --workspace --no-deps
|
run: SKIP_WASM_BUILD=1 cargo doc --workspace --no-deps
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
|
|
||||||
|
# This is mentioned as example in the README:
|
||||||
|
- name: Build the node individually in release mode
|
||||||
|
run: |
|
||||||
|
# Save some space from debug builds
|
||||||
|
rm -rf ./target
|
||||||
|
cargo build --package solochain-template-node --release
|
||||||
|
timeout-minutes: 90
|
||||||
|
|
||||||
build-docker:
|
build-docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
+4
-1
@@ -85,7 +85,10 @@ substrate-build-script-utils.workspace = true
|
|||||||
substrate-build-script-utils.default-features = true
|
substrate-build-script-utils.default-features = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = ["std"]
|
||||||
|
std = [
|
||||||
|
"solochain-template-runtime/std",
|
||||||
|
]
|
||||||
# Dependencies that are only required if runtime benchmarking should be build.
|
# Dependencies that are only required if runtime benchmarking should be build.
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"frame-benchmarking-cli/runtime-benchmarks",
|
"frame-benchmarking-cli/runtime-benchmarks",
|
||||||
|
|||||||
Reference in New Issue
Block a user