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:
parent
48b399e056
commit
9614a00c79
1 changed files with 2 additions and 6 deletions
8
.github/workflows/mastercheck.yml
vendored
8
.github/workflows/mastercheck.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue