ci: keep windows coverage focused

This commit is contained in:
777genius 2026-05-13 00:32:08 +03:00
parent 20c3194160
commit 5602a1f1b7

View file

@ -74,11 +74,7 @@ jobs:
run: pnpm check:ci
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Checkout