Skip to content

Commit 4b9687b

Browse files
committed
test(coprocessor): tx-sender tests look broken
1 parent b427917 commit 4b9687b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coprocessor-cargo-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ jobs:
103103
104104
- name: Run tests
105105
run: |
106-
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/coprocessor TEST_GLOBAL_LOCALSTACK=1 cargo test --release -- --test-threads=1
106+
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/coprocessor TEST_GLOBAL_LOCALSTACK=1 cargo test -p transaction-sender --release -- --test-threads=1
107107
working-directory: coprocessor/fhevm-engine

coprocessor/fhevm-engine/transaction-sender/src/bin/transaction_sender.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ async fn main() -> anyhow::Result<()> {
320320
info!(
321321
health_check_port = conf.health_check_port,
322322
conf = ?config,
323-
"Transaction sender and HTTP health check server starting"
323+
"Transaction sender and HTTP health check server starting TRIGGER TEST"
324324
);
325325

326326
// Run both services in parallel. Here we assume that if transaction sender stops without an error, HTTP server should also stop.

0 commit comments

Comments
 (0)