| author | Alberto Bertogli
<albertito@blitiri.com.ar> 2026-05-22 09:27:26 UTC |
| committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2026-06-14 23:25:13 UTC |
| parent | 0469c296f575123599320ebfddfb46f3e373e678 |
| Makefile | +3 | -0 |
diff --git a/Makefile b/Makefile index 84bd0ea..7dd7511 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ vet: config/gofer.yaml etc/gofer.yaml test/01-be.yaml test/01-fe.yaml go vet ./... cue vet config/gofer.schema.cue $^ +fmt: + go fmt ./... + test: vet go test ./... setsid -w ./test/test.sh