Skip to content

Commit afecf85

Browse files
committed
fix(coprocessor): only test tx-send, commit to remove
1 parent 0caecf7 commit afecf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)