From 06fc7d72ce77fd98cb355e956a7263bfb7a6809f Mon Sep 17 00:00:00 2001 From: j178 <10510431+j178@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:11:04 +0800 Subject: [PATCH] Fix CI tests --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fbfdd2b..c67dce3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,6 +93,9 @@ jobs: with: tool: cargo-nextest + - name: "Install uv" + uses: astral-sh/setup-uv@v3 + - name: "Cargo test" run: | cargo nextest run \ @@ -118,6 +121,9 @@ jobs: with: tool: cargo-nextest + - name: "Install uv" + uses: astral-sh/setup-uv@v3 + - name: "Cargo test" run: | cargo nextest run \ @@ -152,6 +158,9 @@ jobs: with: tool: cargo-nextest + - name: "Install uv" + uses: astral-sh/setup-uv@v3 + - name: "Cargo test" working-directory: ${{ env.PRE_COMMIT_WORKSPACE }} run: |