Skip to content

Commit be584d1

Browse files
committed
chore(makefile): add test & build
1 parent 07076df commit be584d1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.PHONY: test
2+
test:
3+
@mise x -- zig build test --summary all
4+
5+
.PHONY: build
6+
@mise x -- zig build

0 commit comments

Comments
 (0)