mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
update CI
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -3,6 +3,7 @@ name: Test
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
|
||||
@ -11,11 +12,8 @@ jobs:
|
||||
x86_64-macos,
|
||||
|
||||
aarch64-linux-gnu,
|
||||
aarch64-linux-musl,
|
||||
i386-linux-gnu,
|
||||
i386-linux-musl,
|
||||
x86_64-linux-gnu,
|
||||
x86_64-linux-musl,
|
||||
|
||||
# No windows support currently.
|
||||
# i386-windows,
|
||||
@ -40,7 +38,7 @@ jobs:
|
||||
|
||||
# Run our go tests within the context of the dev shell from the flake. This
|
||||
# will ensure we have all our dependencies.
|
||||
- name: test
|
||||
- name: Test Build
|
||||
run: nix develop -c zig build -Dtarget=${{ matrix.target }}
|
||||
|
||||
test:
|
||||
|
Reference in New Issue
Block a user