bump versionq
flake lock
bump nixpkgs
Opinionated, passwordless authentication for Elixir projects
See the quickstart guide
Start a postgres database
docker run --rm --name yemma_testing -e POSTGRES_PASSWORD=password -p 127.0.0.1:5432:5432 -d postgres
Copy and optionally update DATABASE_URL
cp env{.example,}
Set up the database
make test-setup
Run tests
make test