verify cross compilation: x86_64-macos -> aarch64-macos

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-07-25 16:12:35 -07:00 committed by Stephen Gutekanst
parent 36eae62fea
commit e5642c5471
2 changed files with 5 additions and 1 deletions

View file

@ -57,5 +57,9 @@ jobs:
run: zig build test
env:
AGREE: true
- name: mach::test cross x86_64-macos -> aarch64-macos
run: zig build test -Dtarget=aarch64-macos
env:
AGREE: true
- name: webgpu::test
run: cd webgpu && zig build test