mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-20 00:18:53 +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
|
||||
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:
|
||||
strategy:
|
||||
matrix:
|
||||
@ -60,6 +63,9 @@ jobs:
|
||||
- name: test
|
||||
run: nix develop -c zig build test -fstage1
|
||||
|
||||
- name: test stage2
|
||||
run: nix develop -c zig build test
|
||||
|
||||
- name: Test Dynamic Build
|
||||
run: nix develop -c zig build -fstage1 -Dstatic=false
|
||||
|
||||
|
Reference in New Issue
Block a user