3 Commits

Author SHA1 Message Date
95380dac99 ci: drop -race from CI test step (TSan VMA incompatible on ARM64 runners)
All checks were successful
CI/CD / test (push) Successful in 57s
CI/CD / build-and-push-image (push) Successful in 55s
The Gitea Actions runners are on ARM64 (pi1/pi3) and Go's
ThreadSanitizer fails with 'unsupported VMA range, Found 47 - Supported
48' on those kernels. Race detector is still available locally via
`make test-race`.
2026-05-09 15:22:27 +02:00
a288564fe7 ci: add 'test' job (go vet + go test -race) gating docker build
Some checks failed
CI/CD / test (push) Failing after 2m23s
CI/CD / build-and-push-image (push) Has been skipped
This was supposed to land in d63f195 but the prior Write didn't apply.
CI now runs unit + integration tests on every push and PR ; the docker
image is only pushed on main, after tests pass.
2026-05-09 15:19:15 +02:00
ee832de089 Phase 1 MVP — echo bot factory
All checks were successful
Docker Build / build-and-push-image (push) Successful in 1m8s
2026-05-09 12:23:59 +02:00