glfw: ci: don't run tests when cross-compiling

This commit is contained in:
Ali Chraghi 2023-01-19 22:10:00 +03:30 committed by Stephen Gutekanst
parent 320090ee42
commit cd61c631f2
2 changed files with 12 additions and 12 deletions

View file

@ -26,10 +26,10 @@ jobs:
env:
AGREE: true
- name: aarch64-macos -> x86_64-macos
run: zig build test -Dtarget=x86_64-macos
run: zig build -Dtarget=x86_64-macos
env:
AGREE: true
- name: aarch64-macos -> x86_64-windows
run: zig build test -Dtarget=x86_64-windows
run: zig build -Dtarget=x86_64-windows
- name: aarch64-macos -> x86_64-linux
run: zig build test -Dtarget=x86_64-linux
run: zig build -Dtarget=x86_64-linux