1
0
mirror of https://github.com/j178/prek.git synced 2026-04-25 02:11:36 +02:00

Fix CI tests

This commit is contained in:
j178
2024-10-28 23:11:04 +08:00
parent f7ea2dc349
commit 06fc7d72ce
+9
View File
@@ -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: |