ci: rm exe verification
This commit is contained in:
parent
aab32053ae
commit
40b6332499
1 changed files with 3 additions and 8 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
||||||
- 'lib/**'
|
- 'lib/**'
|
||||||
- 'test/**'
|
- 'test/**'
|
||||||
- '.github/workflows/ci.yml'
|
- '.github/workflows/ci.yml'
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
|
|
@ -29,13 +29,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: 0.17.0-dev.1398+cb5635714
|
version: 0.17.0-dev.1398+cb5635714
|
||||||
|
|
||||||
- name: Build project
|
- name: Build and run project
|
||||||
run: zig build
|
run: zig build run
|
||||||
|
|
||||||
- name: Verify executable
|
|
||||||
run: |
|
|
||||||
./zig-out/bin/zx --help || echo "Executable built successfully"
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test (${{ matrix.os }})
|
name: Test (${{ matrix.os }})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue