Skip to content

Commit

Permalink
CI: run all tests via zig build test
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed May 23, 2023
1 parent 48b399e commit 9614a00
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/mastercheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9614a00

Please sign in to comment.