Skip to content

Commit

Permalink
ci: fix compact job
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 authored Nov 14, 2024
1 parent f388f78 commit dff7b0b
Showing 1 changed file with 5 additions and 2 deletions.
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

0 comments on commit dff7b0b

Please sign in to comment.