Init uv project for pytest (#193)

Co-authored-by: star9029 <hengxings783@gmail.com>
This commit is contained in:
Myriad-Dreamin
2025-08-26 00:05:50 +08:00
committed by GitHub
parent 260c268af7
commit 90d424b72a
8 changed files with 146 additions and 55 deletions

View File

@@ -66,6 +66,9 @@ jobs:
run: |
xmake build --verbose --diagnosis --all
- name: Install uv for integration tests
uses: astral-sh/setup-uv@v6
- name: Run tests
run: xmake test --verbose
@@ -99,6 +102,9 @@ jobs:
run: |
xmake build --verbose --diagnosis --all
- name: Install uv for integration tests
uses: astral-sh/setup-uv@v6
- name: Run tests
run: xmake test --verbose
@@ -137,6 +143,9 @@ jobs:
run: |
xmake build --verbose --diagnosis --all
- name: Install uv for integration tests
uses: astral-sh/setup-uv@v6
- name: Run tests
run: |
# Workaround for MacOS