Duany Dreyton
Duany Dreyton
> It worked for me, but I wrote this way: ```yaml healthcheck: test: pg_isready -d bioteste_dev -U postgres ```
@wesleywillians não compreendo muito bem de testes em Golang e GitHub Actions. Esta falha que está acontecendo é por qual motivo? Executei apenas `go test domain/user_test.go` e os testes foram...
Tentei utilizar a função stringlength(min|Max) do govalidator, mas aparentemente tem um bug nessa função. Alguém poderia testar com ela, para verificar se é isso mesmo?
@wesleywillians e @argentinaluiz Agora entendi o porquê da validação do comprimento da senha não estar funcionando a contento. O motivo é que quando a função `validate` do Go é chamada,...
Foi exatamente o que fiz. Estou agora enrolado só para fazer o Pull Request rsrsrs
@wesleywillians Sempre que executo `go test ./...` em minha máquina dá esse mesmo erro que aparece aqui nas Actions: > --- FAIL: TestLogin_Auth (0.00s) >panic: reflect: call of reflect.Value.MethodByName on...
Fechada por estar há muito tempo sem interação.
> I had the same issue as @njezersek and for me the best solution seemed to replace (the suggested bash startup configuration)[https://github.com/pyenv/pyenv#set-up-your-shell-environment-for-pyenv] with the following snippet: > > ```shell >...