CI: enable windows testing

This commit is contained in:
Thomas Waldmann 2026-01-27 22:10:00 +01:00
parent 618a401b48
commit 85b2ca284e
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -544,10 +544,10 @@ jobs:
windows_tests:
if: false # can be used to temporarily disable the build
if: true # can be used to temporarily disable the build
runs-on: windows-latest
timeout-minutes: 120
needs: native_tests
timeout-minutes: 90
needs: [lint, security]
env:
PY_COLORS: 1