r/o

Merge pull request #49 from kivikakk/unnix-in-ci 55f0339a parents 83a99f68 + b0779787

un-Nix in CI.

authored by Amelia Cuss committed by GitHub

1
all:
2
zig build run
3
4
test:
5
zig build test
6
7
spec:
8
zig build
9
cd vendor/cmark-gfm/test && python3 spec_tests.py --program=../../../zig-out/bin/koino
10