CI: disable windows/linux testing for now
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
b5d1ebd1cd
commit
477d8f85d8
1 changed files with 6 additions and 4 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -15,8 +15,9 @@ jobs:
|
||||||
run: zig build test -Dtarget=x86_64-macos
|
run: zig build test -Dtarget=x86_64-macos
|
||||||
env:
|
env:
|
||||||
AGREE: true
|
AGREE: true
|
||||||
- name: mach::test
|
# Disabled for now, see https://github.com/hexops/mach/issues/4
|
||||||
run: zig build test
|
# - name: mach::test
|
||||||
|
# run: zig build test
|
||||||
- name: webgpu::test
|
- name: webgpu::test
|
||||||
run: cd webgpu && zig build test
|
run: cd webgpu && zig build test
|
||||||
windows:
|
windows:
|
||||||
|
|
@ -38,8 +39,9 @@ jobs:
|
||||||
run: zig build install -Dtarget=x86_64-macos
|
run: zig build install -Dtarget=x86_64-macos
|
||||||
env:
|
env:
|
||||||
AGREE: true
|
AGREE: true
|
||||||
- name: mach::test
|
# Disabled for now, see https://github.com/hexops/mach/issues/5
|
||||||
run: zig build test
|
# - name: mach::test
|
||||||
|
# run: zig build test
|
||||||
- name: webgpu::test
|
- name: webgpu::test
|
||||||
run: cd webgpu && zig build test
|
run: cd webgpu && zig build test
|
||||||
mac:
|
mac:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue