We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0caecf7 commit afecf85Copy full SHA for afecf85
.github/workflows/coprocessor-cargo-tests.yml
@@ -103,5 +103,5 @@ jobs:
103
104
- name: Run tests
105
run: |
106
- DATABASE_URL=postgresql://postgres:postgres@localhost:5432/coprocessor TEST_GLOBAL_LOCALSTACK=1 cargo test --release -- --test-threads=1
+ DATABASE_URL=postgresql://postgres:postgres@localhost:5432/coprocessor TEST_GLOBAL_LOCALSTACK=1 cargo test -p transaction-sender --release -- --test-threads=1
107
working-directory: coprocessor/fhevm-engine
0 commit comments