test: add windows on tests runner

This will help us ensure the framework works well on Windows and Ubuntu
This commit is contained in:
Lucas Gomide
2025-05-05 10:45:42 -03:00
parent 17474a3a0c
commit 946ffebdaa

View File

@@ -10,10 +10,11 @@ env:
jobs:
tests:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.10', '3.11', '3.12']
steps:
- name: Checkout code