mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-25 19:37:55 +00:00
Add missing features
This commit is contained in:
@@ -54,6 +54,10 @@ jobs:
|
||||
run: cargo build
|
||||
timeout-minutes: 90
|
||||
|
||||
- name: Build the node individually in release mode
|
||||
run: cargo --package minimal-template-node --release
|
||||
timeout-minutes: 90
|
||||
|
||||
- name: Run clippy
|
||||
run: |
|
||||
SKIP_WASM_BUILD=1 cargo clippy --all-targets --locked --workspace --quiet
|
||||
|
||||
Reference in New Issue
Block a user