Skip to content

Commit f04cd2c

Browse files
authored
Lock builder playground version (flashbots#527)
## 📝 Summary <!--- A general summary of your changes --> ## 💡 Motivation and Context <!--- (Optional) Why is this change required? What problem does it solve? Remove this section if not applicable. --> --- ## ✅ I have completed the following steps: * [x] Run `make lint` * [x] Run `make test` * [x] Added tests (if applicable)
1 parent 13536be commit f04cd2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Download builder playground
8888
uses: flashbots/flashbots-toolchain@v0.1
8989
with:
90-
builder-playground: latest
90+
builder-playground: v0.1.3
9191

9292
# https://github.com/swatinem/rust-cache
9393
- name: Run Swatinem/rust-cache@v2
@@ -181,7 +181,7 @@ jobs:
181181

182182
- name: Build flashblocks rbuilder
183183
run: cargo build -p op-rbuilder --bin op-rbuilder --features flashblocks
184-
184+
185185
- name: Run flashblocks builder integration tests
186186
run: cargo test --package op-rbuilder --lib --features integration,flashblocks -- integration::integration_test::tests
187187

0 commit comments

Comments
 (0)