Move ethereum-serai under the processor

It isn't generally usable and should be directly integrated at this point.
This commit is contained in:
Luke Parker
2024-09-14 12:58:57 -04:00
parent 8746b54a43
commit d9543bee40
30 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,6 @@ jobs:
GITHUB_CI=true RUST_BACKTRACE=1 cargo test --all-features \
-p bitcoin-serai \
-p alloy-simple-request-transport \
-p ethereum-serai \
-p serai-ethereum-relayer \
-p monero-io \
-p monero-generators \

View File

@@ -52,6 +52,7 @@ jobs:
-p serai-processor-signers \
-p serai-processor-bin \
-p serai-bitcoin-processor \
-p ethereum-serai \
-p serai-ethereum-processor \
-p serai-monero-processor \
-p tendermint-machine \