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

CI-add sendfile tests, all examples instead of 1

This commit is contained in:
Rene Schallner 2023-05-13 22:34:42 +02:00
parent b988454a72
commit 7da60271f4

View file

@ -36,9 +36,11 @@ jobs:
mv build.zig.zon build.zig.zon.moved && mv build.zig.zon.localhost build.zig.zon && python -m http.server &
sleep 3
zig build
- name: Build simple endpoint example
run: zig build endpoint --verbose
- name: Build authentication tests
- name: Build all examples
run: ./build_all.sh
- name: Run authentication tests
run: zig build test-authentication
- name: Build http parameter tests
- name: Run http parameter tests
run: zig build test-httpparams
- name: Run sendfile tests
run: zig build test-sendfile