You can run the unit tests by simply running the command: go test -cover -race ./...
To try the in test mode (using localstack)
- start docker using:
docker-compose up -d
Now you can run the application: go run cmd/main.go
You can run the unit tests by simply running the command: go test -cover -race ./...
To try the in test mode (using localstack)
docker-compose up -d
Now you can run the application: go run cmd/main.go