Move crates under substreams directory.
This way we can run GHA jobs depending on what files changed.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
name: test
|
||||
name: test evm
|
||||
|
||||
on: workflow_dispatch
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "evm/**"
|
||||
|
||||
env:
|
||||
FOUNDRY_PROFILE: ci
|
||||
@@ -13,6 +13,6 @@ directory:
|
||||
```bash
|
||||
buf generate \
|
||||
--path tycho \
|
||||
--template ../crates/tycho-substreams/buf.gen.yaml \
|
||||
--output ../crates/tycho-substreams/
|
||||
--template ../substreams/crates/tycho-substreams/buf.gen.yaml \
|
||||
--output ../substreams/crates/tycho-substreams/
|
||||
```
|
||||
@@ -19,7 +19,7 @@ anyhow = "1.0.75"
|
||||
prost-types = "0.12.3"
|
||||
num-bigint = "0.4.4"
|
||||
itertools = "0.12.0"
|
||||
tycho-substreams = {path ="../../crates/tycho-substreams"}
|
||||
tycho-substreams = {path ="../crates/tycho-substreams"}
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1"
|
||||
|
||||
Reference in New Issue
Block a user