diff --git a/.github/workflows/nightly-dispatcher.yml b/.github/workflows/nightly-dispatcher.yml index cf99fe573d..86c732524e 100644 --- a/.github/workflows/nightly-dispatcher.yml +++ b/.github/workflows/nightly-dispatcher.yml @@ -16,6 +16,9 @@ jobs: aggregator-stress-test: uses: ./.github/workflows/aggregator-stress-test.yml + test-client: + uses: ./.github/workflows/test-client.yml + notify-on-failure: runs-on: ubuntu-22.04 needs: [docker-builds, aggregator-stress-test]