Add full engine build to CI before testing
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2024-07-06 18:45:19 +02:00
parent 640a06c86b
commit c3d4cbe787
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@ steps:
- name: build & test - name: build & test
image: chainguard/zig:latest image: chainguard/zig:latest
commands: commands:
- zig build
- zig build test - zig build test