Add tests

This commit is contained in:
Jon Staab
2025-09-26 13:47:57 -07:00
parent f3f56491ad
commit cfff2b0ca9
9 changed files with 1357 additions and 25 deletions
+3
View File
@@ -4,5 +4,8 @@ run:
build:
go build -o bin/zooid cmd/relay/main.go
test:
go test -v ./...
fmt:
gofmt -w -s .