Skip to content

Commit 233c1f8

Browse files
committed
removed build step from benchmarks
1 parent 0a36b1a commit 233c1f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,7 @@ jobs:
167167
with:
168168
shared-key: "bulletin-cache-benchmarks"
169169
save-if: ${{ github.ref == 'refs/heads/main' }}
170-
171-
- name: Build runtime-benchmarks
172-
run: |
173-
cargo build --release --features runtime-benchmarks
170+
174171
- name: Run benchmarks (Westend parachain)
175172
run: |
176173
python3 ./scripts/cmd/cmd.py bench --runtime bulletin-westend --steps 2 --repeat 1

0 commit comments

Comments
 (0)