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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user