Run CI checks in separate steps

This commit is contained in:
mikkelam 2025-11-18 14:02:24 +01:00
parent 9dc1218040
commit 70bbd64eb0

View file

@ -36,8 +36,10 @@ jobs:
run: |
zig build --release=${{ matrix.optimize == 'ReleaseSafe' && 'safe' || 'off' }} -Dtarget=${{ matrix.target }}
- name: Verify binary
- name: Test help command
if: matrix.target == 'x86_64-linux'
run: |
./zig-out/bin/fast-cli --help
file zig-out/bin/fast-cli
run: ./zig-out/bin/fast-cli --help
- name: Check binary type
if: matrix.target == 'x86_64-linux'
run: file zig-out/bin/fast-cli