We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527b3c6 commit 9ea7bfbCopy full SHA for 9ea7bfb
1 file changed
.github/workflows/nightly-dispatcher.yml
@@ -17,6 +17,9 @@ jobs:
17
aggregator-stress-test:
18
uses: ./.github/workflows/aggregator-stress-test.yml
19
20
+ rust-tests:
21
+ uses: ./.github/workflows/rust-tests.yml
22
+
23
test-client:
24
uses: ./.github/workflows/test-client.yml
25
@@ -28,6 +31,7 @@ jobs:
28
31
docker-builds,
29
32
aggregator-stress-test,
30
33
test-client,
34
+ rust-tests,
35
]
36
if: failure()
37
secrets: inherit
0 commit comments