run build before build test...in this case, build test is not a superset...

This commit is contained in:
Emil Lerch 2024-05-15 14:19:27 -07:00
parent a33a91e519
commit 2ac82209b9
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -17,6 +17,8 @@ jobs:
with:
version: 0.12.0
- uses: elerch/zig-action-cache@v1.1.6
- name: Standard build
run: zig build --verbose
- name: Run tests
run: zig build test --verbose
- name: Build other platforms