Skip to content

Commit c23179d

Browse files
authored
Merge pull request #18 from danyalprout/move-to-crate
chore: setup crates for node/flashblocks rpc
2 parents ac3fffd + 391dd67 commit c23179d

File tree

20 files changed

+1037
-660
lines changed

20 files changed

+1037
-660
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: dtolnay/rust-toolchain@stable
27-
- name: Build reth-flashblocks
28-
run: cargo build --bin reth-flashblocks
29-
- run: cargo test --all-features
27+
- name: Build reth-node
28+
run: cargo build --bin base-reth-node
29+
- name: Run tests
30+
run: cargo test --workspace --all-features
3031

3132
fmt:
3233
name: Format

0 commit comments

Comments
 (0)