mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
ci: add full test suite for Windows
Add test-windows job running zig build -Dapp-runtime=none test on windows-2025. Added to required checks.
This commit is contained in:
committed by
Mitchell Hashimoto
parent
fa9265636b
commit
fead488d23
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
@@ -109,6 +109,7 @@ jobs:
|
||||
- test-fuzz-libghostty
|
||||
- test-lib-vt
|
||||
- test-macos
|
||||
- test-windows
|
||||
- pinact
|
||||
- prettier
|
||||
- swiftlint
|
||||
@@ -1112,6 +1113,21 @@ jobs:
|
||||
- name: test
|
||||
run: nix develop -c zig build test --system ${{ steps.deps.outputs.deps }}
|
||||
|
||||
test-windows:
|
||||
if: github.repository == 'ghostty-org/ghostty' && needs.skip.outputs.skip != 'true'
|
||||
needs: skip
|
||||
runs-on: windows-2025
|
||||
timeout-minutes: 45
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
||||
- name: Setup Zig
|
||||
uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2.2.1
|
||||
|
||||
- name: Test
|
||||
run: zig build -Dapp-runtime=none test
|
||||
|
||||
test-i18n:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user