1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

Update mastercheck.yml for workflow diagnosis

This commit is contained in:
Rene Schallner 2023-05-07 16:18:19 +02:00 committed by GitHub
parent 0251a9cbc5
commit 2390a359d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ jobs:
- name: Check zig version
run: zig version
- name: Build simple endpoint example
run: zig build endpoint
run: zig build endpoint --verbose
- name: Build authentication tests
run: zig build test-authentication
- name: Build http parameter tests