diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e83bb5..4c9348b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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