mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 03:25:50 +00:00
ci: remove continue-on-error from Windows CI jobs
Windows tests and builds are now passing reliably. Remove the continue-on-error safety net so failures are visible immediately. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -271,7 +271,6 @@ jobs:
|
|||||||
dir: ${{ fromJSON(needs.list-examples.outputs.cmake) }}
|
dir: ${{ fromJSON(needs.list-examples.outputs.cmake) }}
|
||||||
name: Example ${{ matrix.dir }} (Windows)
|
name: Example ${{ matrix.dir }} (Windows)
|
||||||
runs-on: windows-2025
|
runs-on: windows-2025
|
||||||
continue-on-error: true
|
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
needs: [test, list-examples]
|
needs: [test, list-examples]
|
||||||
steps:
|
steps:
|
||||||
@@ -527,7 +526,6 @@ jobs:
|
|||||||
|
|
||||||
build-libghostty-vt-windows:
|
build-libghostty-vt-windows:
|
||||||
runs-on: windows-2025
|
runs-on: windows-2025
|
||||||
continue-on-error: true
|
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
needs: test
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
@@ -537,7 +535,6 @@ jobs:
|
|||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2.2.1
|
uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2.2.1
|
||||||
|
|
||||||
# TODO: Work towards passing the full test suite on Windows.
|
|
||||||
- name: Test libghostty-vt
|
- name: Test libghostty-vt
|
||||||
run: zig build test-lib-vt
|
run: zig build test-lib-vt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user