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:
parent
b988454a72
commit
7da60271f4
1 changed files with 6 additions and 4 deletions
10
.github/workflows/mastercheck.yml
vendored
10
.github/workflows/mastercheck.yml
vendored
|
@ -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 &
|
mv build.zig.zon build.zig.zon.moved && mv build.zig.zon.localhost build.zig.zon && python -m http.server &
|
||||||
sleep 3
|
sleep 3
|
||||||
zig build
|
zig build
|
||||||
- name: Build simple endpoint example
|
- name: Build all examples
|
||||||
run: zig build endpoint --verbose
|
run: ./build_all.sh
|
||||||
- name: Build authentication tests
|
- name: Run authentication tests
|
||||||
run: zig build test-authentication
|
run: zig build test-authentication
|
||||||
- name: Build http parameter tests
|
- name: Run http parameter tests
|
||||||
run: zig build test-httpparams
|
run: zig build test-httpparams
|
||||||
|
- name: Run sendfile tests
|
||||||
|
run: zig build test-sendfile
|
||||||
|
|
Loading…
Add table
Reference in a new issue