1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00

Update mastercheck.yml

This commit is contained in:
Rene Schallner 2023-05-07 16:31:30 +02:00 committed by GitHub
parent 2390a359d1
commit e32a46b735
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 --verbose
run: zig build hello --verbose
- name: Build authentication tests
run: zig build test-authentication
- name: Build http parameter tests