feat: add unit tests
This commit is contained in:
parent
fb2b85fcb8
commit
29bc6495f5
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -3,3 +3,9 @@ all: build
|
|||
|
||||
build:
|
||||
shards build --error-trace
|
||||
|
||||
spec: test
|
||||
test:
|
||||
crystal spec --error-trace
|
||||
|
||||
.PHONY: spec test build all
|
||||
|
|
Loading…
Reference in a new issue