Skip to content

Commit

Permalink
Run calc-stack-height in release
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Dec 24, 2023
1 parent 648c3e7 commit ff19faf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run: ./scripts/gear.sh build node --locked

- name: "Check: Stack height limit"
run: cargo run -p calc-stack-height --locked
run: cargo run -p calc-stack-height --release --locked

- name: "Test: gsdk tests"
run: ./scripts/gear.sh test gsdk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: cargo build -p gear-cli

- name: "Check: Stack height limit"
run: cargo run -p calc-stack-height --locked
run: cargo run -p calc-stack-height --release --locked

- name: "Test: Lazy pages"
run: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: ./target/debug/wasm-proc --check-runtime-imports target/debug/wbuild/vara-runtime/vara_runtime.compact.wasm

- name: "Check: Stack height limit"
run: cargo run -p calc-stack-height --locked
run: cargo run -p calc-stack-height --release --locked

- name: "Test: Gear workspace"
run: ./scripts/gear.sh test gear --exclude gclient --exclude gcli --exclude gsdk --locked
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
CARGO_BUILD_TARGET: x86_64-pc-windows-msvc

- name: "Check: Stack height limit"
run: cargo xwin run -p calc-stack-height --locked
run: cargo xwin run -p calc-stack-height --release --locked
env:
CARGO_BUILD_TARGET: x86_64-pc-windows-msvc

Expand Down

0 comments on commit ff19faf

Please sign in to comment.