Skip to content

Commit

Permalink
para to para integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrishoLukamba committed May 22, 2024
1 parent e46f6ce commit 2e079de
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ members = [
"tesseract/fees",
"tesseract/fees/prisma-cli",
"tesseract/telemetry",
"tesseract/config",
"tesseract/config", "parachain/integration-test",
]

# Config for 'cargo dist'
Expand Down
2 changes: 1 addition & 1 deletion tesseract/relayer/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod cli;
mod config;
mod logging;
pub mod logging;

pub mod fees;

Expand Down

0 comments on commit 2e079de

Please sign in to comment.