ci: rm exe verification

This commit is contained in:
Nurul Huda (Apon) 2026-07-16 04:52:01 +06:00
parent aab32053ae
commit 40b6332499
No known key found for this signature in database
GPG key ID: 5D3F1DE2855A2F79

View file

@ -29,13 +29,8 @@ jobs:
with:
version: 0.17.0-dev.1398+cb5635714
- name: Build project
run: zig build
- name: Verify executable
run: |
./zig-out/bin/zx --help || echo "Executable built successfully"
shell: bash
- name: Build and run project
run: zig build run
test:
name: Test (${{ matrix.os }})