Skip to content

Commit d67e227

Browse files
authored
feat: v5.1.0 (#2390)
2 parents 9e5f517 + e36701e commit d67e227

File tree

27 files changed

+5823
-3595
lines changed

27 files changed

+5823
-3595
lines changed

.github/workflows/patch-testing-cycles.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
pull_request:
55
branches: [main, dev]
66
types: [opened, synchronize]
7-
paths:
8-
- "patch-testing/**/**.rs"
9-
- "patch-testing/**/**.toml"
107

118
jobs:
129
patch-testing-cycles:
@@ -25,9 +22,6 @@ jobs:
2522
- name: Install SP1 toolchain from repo
2623
run: |
2724
cargo run -p sp1-cli -- prove install-toolchain
28-
cd crates/cli
29-
cargo install --force --locked --path .
30-
cargo clean
3125
3226
- name: "Run patch testing on new branch"
3327
run: |
@@ -41,6 +35,8 @@ jobs:
4135
4236
- name: "Run patch testing on old branch"
4337
run: |
38+
# Install the toolchain from the old head.
39+
cargo run -p sp1-cli -- prove install-toolchain
4440
cd ./patch-testing
4541
SP1_PATCH_BENCH=../old_cycle_stats.json cargo test --release
4642

Cargo.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)