From 5db22c9440620ed59a7206044fc77de860b9ecf5 Mon Sep 17 00:00:00 2001 From: Agus Zubiaga Date: Thu, 7 Aug 2025 12:02:51 -0300 Subject: [PATCH] Install nextest --- .github/workflows/agent_servers_e2e.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/agent_servers_e2e.yml b/.github/workflows/agent_servers_e2e.yml index af158e402ef9aafc426f71da1c98b161a6ead358..131cdf553e8af07571a55151f7ccbf679b9bb1bf 100644 --- a/.github/workflows/agent_servers_e2e.yml +++ b/.github/workflows/agent_servers_e2e.yml @@ -104,6 +104,11 @@ jobs: shell: bash -euxo pipefail {0} run: script/clear-target-dir-if-larger-than 100 + - name: Install nextest + shell: bash -euxo pipefail {0} + run: | + cargo install cargo-nextest --locked + - name: Run E2E tests shell: bash -euxo pipefail {0} run: |