mise en place test

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-06-13 14:45:25 +02:00
commit c73021a14f
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
2 changed files with 510 additions and 1 deletions

View file

@ -16,7 +16,7 @@ run:
go run ./cmd/api
test:
go test ./...
go test ./cmd/api/ -v -run TestAPI -timeout 30s
## Docker
docker-up: