feat: add unit tests

This commit is contained in:
Glenn Y. Rolland 2024-01-02 12:32:27 +01:00
parent fb2b85fcb8
commit 29bc6495f5

View file

@ -3,3 +3,9 @@ all: build
build:
shards build --error-trace
spec: test
test:
crystal spec --error-trace
.PHONY: spec test build all