mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-20 16:38:38 +03:00
run tests against both stage1 and stage2
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -40,6 +40,9 @@ jobs:
|
|||||||
- name: Test Build
|
- name: Test Build
|
||||||
run: nix develop -c zig build -fstage1 -Dstatic=true -Dtarget=${{ matrix.target }}
|
run: nix develop -c zig build -fstage1 -Dstatic=true -Dtarget=${{ matrix.target }}
|
||||||
|
|
||||||
|
- name: Test Build stage2
|
||||||
|
run: nix develop -c zig build -Dstatic=true -Dtarget=${{ matrix.target }}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -60,6 +63,9 @@ jobs:
|
|||||||
- name: test
|
- name: test
|
||||||
run: nix develop -c zig build test -fstage1
|
run: nix develop -c zig build test -fstage1
|
||||||
|
|
||||||
|
- name: test stage2
|
||||||
|
run: nix develop -c zig build test
|
||||||
|
|
||||||
- name: Test Dynamic Build
|
- name: Test Dynamic Build
|
||||||
run: nix develop -c zig build -fstage1 -Dstatic=false
|
run: nix develop -c zig build -fstage1 -Dstatic=false
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user