refactor: apply review comments
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon 2026-01-28 14:42:16 +01:00
parent 050ca4a13c
commit ea3bdcaa65
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
5 changed files with 81 additions and 13 deletions

View file

@ -215,7 +215,7 @@ steps:
echo "Postgres did not become available, aborting."
exit 1
- name: test-slow
- name: test-all
image: docker.io/library/elixir:1.18.3-otp-27
environment:
MIX_ENV: test
@ -226,5 +226,5 @@ steps:
- mix local.hex --force
# Fetch dependencies
- mix deps.get
# Run only all tests
# Run all tests (including slow/performance tests)
- mix test