mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
ci: add Windows to unit test matrix (#14836)
This commit is contained in:
parent
0a91196919
commit
0269f39a17
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -8,8 +8,16 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
unit:
|
unit:
|
||||||
name: unit (linux)
|
name: unit (${{ matrix.settings.name }})
|
||||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
settings:
|
||||||
|
- name: linux
|
||||||
|
host: blacksmith-4vcpu-ubuntu-2404
|
||||||
|
- name: windows
|
||||||
|
host: blacksmith-4vcpu-windows-2025
|
||||||
|
runs-on: ${{ matrix.settings.host }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user