mirror of
https://github.com/mikkelam/fast-cli.git
synced 2025-12-16 11:54:05 +00:00
Run CI checks in separate steps
This commit is contained in:
parent
9dc1218040
commit
70bbd64eb0
1 changed files with 6 additions and 4 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue