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: |