add tests

This commit is contained in:
2025-06-13 13:01:18 +07:00
parent 2fa0be8bcb
commit b852bebd63
3 changed files with 49 additions and 0 deletions
+3
View File
@@ -18,3 +18,6 @@ build:
text_to_story:
rm -f ./cmd/text_to_story/story.json
go run ./cmd/text_to_story/main.go
test:
go test ./...