mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-04 00:25:13 -04:00
CI: enable windows testing
This commit is contained in:
parent
618a401b48
commit
85b2ca284e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue