mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
Update mastercheck.yml for workflow diagnosis
This commit is contained in:
parent
0251a9cbc5
commit
2390a359d1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mastercheck.yml
vendored
2
.github/workflows/mastercheck.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Check zig version
|
- name: Check zig version
|
||||||
run: zig version
|
run: zig version
|
||||||
- name: Build simple endpoint example
|
- name: Build simple endpoint example
|
||||||
run: zig build endpoint
|
run: zig build endpoint --verbose
|
||||||
- name: Build authentication tests
|
- name: Build authentication tests
|
||||||
run: zig build test-authentication
|
run: zig build test-authentication
|
||||||
- name: Build http parameter tests
|
- name: Build http parameter tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue