CI: test x86_64-windows support

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-07-25 22:30:34 -07:00 committed by Stephen Gutekanst
parent 45125bec55
commit cd30cf1657

View file

@ -49,9 +49,8 @@ jobs:
run: zig build install -Dtarget=aarch64-macos run: zig build install -Dtarget=aarch64-macos
env: env:
AGREE: true AGREE: true
# Disabled for now, see https://github.com/hexops/mach/issues/5 - name: mach::test
# - name: mach::test run: zig build test
# run: zig build test
- name: webgpu::test - name: webgpu::test
run: cd webgpu && zig build test run: cd webgpu && zig build test
x86_64-macos: x86_64-macos: