commit 424ad8dc600d32ca692ce22b39c57422cfcda02e parent 6df1cd2d3ff89e96f54705f935604f33f34f7ba6 Author: mtmn <miro@haravara.org> Date: Sun, 14 Jun 2026 19:48:33 +0200 build: run tests Diffstat:
| A | .build.yml | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/.build.yml b/.build.yml @@ -0,0 +1,9 @@ +image: archlinux +packages: + - zig +sources: + - https://git.sr.ht/~mtmn/magdalena +tasks: + - test: | + cd magdalena + zig build test --summary all