feature(WindowsFilesystemSupport): #5677 - Windows File System Support and Testing

This commit is contained in:
Fernando Mano
2026-03-04 14:16:48 -03:00
parent 465adf5b1f
commit 8470c6a980
11 changed files with 767 additions and 149 deletions
+5 -2
View File
@@ -62,8 +62,11 @@ jobs:
uv run pytest tests/ -v
test-tools:
name: Test Tools
runs-on: ubuntu-latest
name: Test Tools (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4