test: check that all the existing substreams integration test files can be parsed
This commit is contained in:
@@ -4,12 +4,13 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
miette = "7.6.0"
|
||||
glob = "0.3.0"
|
||||
miette = { version = "7.6.0", features = ["fancy"] }
|
||||
# Logging & Tracing
|
||||
tracing = "0.1.37"
|
||||
# Tycho dependencies
|
||||
tycho-common = "0.82.0"
|
||||
tycho-client = "0.82.0"
|
||||
tycho-common = "0.83.0"
|
||||
tycho-client = "0.83.0"
|
||||
# TODO make this less hacky. We should probably try to build this in a similar way that the indexer is built
|
||||
tycho-simulation = { path = "../../tycho-simulation", features = ["evm"] }
|
||||
# EVM dependencies
|
||||
|
||||
Reference in New Issue
Block a user