Skip to content

Commit 9ea7bfb

Browse files
committed
ci: run rust tests in nightly dispatcher
1 parent 527b3c6 commit 9ea7bfb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/nightly-dispatcher.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
aggregator-stress-test:
1818
uses: ./.github/workflows/aggregator-stress-test.yml
1919

20+
rust-tests:
21+
uses: ./.github/workflows/rust-tests.yml
22+
2023
test-client:
2124
uses: ./.github/workflows/test-client.yml
2225

@@ -28,6 +31,7 @@ jobs:
2831
docker-builds,
2932
aggregator-stress-test,
3033
test-client,
34+
rust-tests,
3135
]
3236
if: failure()
3337
secrets: inherit

0 commit comments

Comments
 (0)