mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
ci: build bench on larger instance
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -41,7 +41,8 @@ jobs:
|
|||||||
run: nix develop -c zig build -Dstatic=true -Dapp-runtime=glfw -Dtarget=${{ matrix.target }}
|
run: nix develop -c zig build -Dstatic=true -Dapp-runtime=glfw -Dtarget=${{ matrix.target }}
|
||||||
|
|
||||||
build-bench:
|
build-bench:
|
||||||
runs-on: namespace-profile-ghostty-md
|
# We build benchmarks on large because it uses ReleaseFast
|
||||||
|
runs-on: namespace-profile-ghostty-lg
|
||||||
needs: test
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
Reference in New Issue
Block a user