mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-22 02:07:57 +00:00
Update ci.yml
This commit is contained in:
@@ -54,10 +54,6 @@ jobs:
|
||||
run: cargo build
|
||||
timeout-minutes: 90
|
||||
|
||||
- name: Build the node individually in release mode
|
||||
run: cargo build --package minimal-template-node --release
|
||||
timeout-minutes: 90
|
||||
|
||||
- name: Run clippy
|
||||
run: |
|
||||
SKIP_WASM_BUILD=1 cargo clippy --all-targets --locked --workspace --quiet
|
||||
@@ -72,6 +68,14 @@ jobs:
|
||||
run: SKIP_WASM_BUILD=1 cargo doc --workspace --no-deps
|
||||
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 minimal-template-node --release
|
||||
timeout-minutes: 90
|
||||
|
||||
build-docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user