update CI
parent
941fedf832
commit
147916efea
|
|
@ -3,6 +3,7 @@ name: Test
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|
||||||
|
|
@ -11,11 +12,8 @@ jobs:
|
||||||
x86_64-macos,
|
x86_64-macos,
|
||||||
|
|
||||||
aarch64-linux-gnu,
|
aarch64-linux-gnu,
|
||||||
aarch64-linux-musl,
|
|
||||||
i386-linux-gnu,
|
i386-linux-gnu,
|
||||||
i386-linux-musl,
|
|
||||||
x86_64-linux-gnu,
|
x86_64-linux-gnu,
|
||||||
x86_64-linux-musl,
|
|
||||||
|
|
||||||
# No windows support currently.
|
# No windows support currently.
|
||||||
# i386-windows,
|
# i386-windows,
|
||||||
|
|
@ -40,7 +38,7 @@ jobs:
|
||||||
|
|
||||||
# Run our go tests within the context of the dev shell from the flake. This
|
# Run our go tests within the context of the dev shell from the flake. This
|
||||||
# will ensure we have all our dependencies.
|
# will ensure we have all our dependencies.
|
||||||
- name: test
|
- name: Test Build
|
||||||
run: nix develop -c zig build -Dtarget=${{ matrix.target }}
|
run: nix develop -c zig build -Dtarget=${{ matrix.target }}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue