splitting build and tests into separate workflows

This commit is contained in:
2025-11-07 12:36:12 +01:00
parent e508d89de8
commit 9e87f4e40b
3 changed files with 24 additions and 5 deletions

View File

@@ -13,10 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v2
with:
version: 0.15.1
version: 0.15.2
- name: Building
run: zig build
- name: Test
run: zig build test-soft