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
|
||||
env:
|
||||
AGREE: true
|
||||
- name: mach::test
|
||||
run: zig build test
|
||||
# Disabled for now, see https://github.com/hexops/mach/issues/4
|
||||
# - name: mach::test
|
||||
# run: zig build test
|
||||
- name: webgpu::test
|
||||
run: cd webgpu && zig build test
|
||||
windows:
|
||||
|
|
@ -38,8 +39,9 @@ jobs:
|
|||
run: zig build install -Dtarget=x86_64-macos
|
||||
env:
|
||||
AGREE: true
|
||||
- name: mach::test
|
||||
run: zig build test
|
||||
# Disabled for now, see https://github.com/hexops/mach/issues/5
|
||||
# - name: mach::test
|
||||
# run: zig build test
|
||||
- name: webgpu::test
|
||||
run: cd webgpu && zig build test
|
||||
mac:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue