Skip to content

Commit 58f3da1

Browse files
Update the unit test workflow with the latest structure
1 parent 79bd773 commit 58f3da1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-test-rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,5 @@ jobs:
124124
- name: Run AggregationMode tests
125125
run: |
126126
cd aggregation_mode/proof_aggregator && cargo test
127-
cd ../batcher && cargo test
127+
cd ../gateway && cargo test
128+
cd ../payments_poller && cargo test

0 commit comments

Comments
 (0)