small docs note

This commit is contained in:
filipriec
2025-02-23 19:16:29 +01:00
parent 21c512bb02
commit eacdfa6aae

3
server/docs/tests.txt Normal file
View File

@@ -0,0 +1,3 @@
DATABASE_URL=$(grep TEST_DATABASE_URL .env_test | cut -d '"' -f 2) sqlx migrate run
dont forget to apply migrations to the test database before proceeding to test