Skip to content

Commit

Permalink
fix(ci): WASM benchmark never run (#4332)
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f authored Nov 11, 2024
1 parent 15c97bd commit a508edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: "Test: Benchmarks in WASM"
# unoptimized benchmarks take a few hours to run
if: ${{ matrix.profile == 'release' }}
if: ${{ matrix.profiles.name == 'release' }}
run: |
cargo build -p gear-cli --features=runtime-benchmarks,runtime-benchmarks-checkers ${{ matrix.profiles.flags }}
# check that perf benchmarks works. `--steps=5` need to test, that benchmarks works for different input number.
Expand Down

0 comments on commit a508edb

Please sign in to comment.