update + parallel tests

This commit is contained in:
2026-02-20 21:40:25 +01:00
parent 8bb410dcfa
commit b289cdc320
3 changed files with 43 additions and 30 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ development:
# Do not set this db to the same as development or production.
test:
<<: *default
database: storage/test.sqlite3
database: storage/test<%= ENV["TEST_ENV_NUMBER"] %>.sqlite3
# Store production database in the storage/ directory, which by default
# is mounted as a persistent Docker volume in config/deploy.yml.