feat: add workflow for ci

This commit is contained in:
Stavros
2026-03-14 20:24:37 +02:00
parent bd57c480f3
commit a3d310667b
5 changed files with 115 additions and 7 deletions

View File

@@ -81,5 +81,11 @@ sql:
sqlc generate
# Go gen
.PHONY: generate
generate:
go run ./gen
# Proxy integration tests
.PHONY: integration
integration:
go run ./integration -- --log=false