Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

ci: fix compact job #189

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/compact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,22 @@ on:

env:
CARGO_TERM_COLOR: always
TOOL_CHAIN: "1.82"

name: compact-codec
jobs:
compact-codec:
runs-on:
group: Reth
runs-on: [ bnb-chain-ap-qa-cicd-runners ]
strategy:
matrix:
bin:
- cargo run --bin reth --features "dev"
- cargo run --bin op-reth --features "optimism dev" --manifest-path crates/optimism/bin/Cargo.toml
- cargo run --bin bsc-reth --features "bsc dev" --manifest-path crates/bsc/bin/Cargo.toml
steps:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.TOOL_CHAIN }}
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down
Loading