ci: add windows runner to test workflow

This commit is contained in:
Aman
2026-01-27 22:06:59 +05:30
parent e1bea18357
commit e6900647f8
+4 -1
View File
@@ -36,7 +36,10 @@ jobs:
test:
name: Test Python Framework
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4