chore: splite windows test ci

This commit is contained in:
kaichaosun 2025-12-18 18:21:36 +08:00
parent 8f241ebef1
commit 7c55ad4575
No known key found for this signature in database
GPG Key ID: 223E0F992F4F03BF

23
.github/workflows/test-windows.yml vendored Normal file
View File

@ -0,0 +1,23 @@
name: test-windows
on:
pull_request:
branches:
- main
paths-ignore:
- '**README.md'
- '.gitignore'
- 'LICENSE'
jobs:
tests-tasks:
strategy:
matrix:
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Update
run: make update
- name: Tests
run: make tests