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

CI: run all tests via zig build test

This commit is contained in:
Rene Schallner 2023-05-24 01:29:29 +02:00
parent 48b399e056
commit 9614a00c79

View file

@ -26,9 +26,5 @@ jobs:
run: zig version
- name: Build all examples
run: ./build_all.sh
- name: Run authentication tests
run: zig build test-authentication
- name: Run http parameter tests
run: zig build test-httpparams
- name: Run sendfile tests
run: zig build test-sendfile
- name: Run all tests
run: zig build test