diff --git a/README.md b/README.md index e45b3290..f3ff44b4 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Finally, take a break. Chances are that took a while. ## Contributing Tips -### Database +### Database migrations Some modifications may require updates to the database schema. You can automatically create a migration file by: @@ -72,6 +72,12 @@ Some modifications may require updates to the database schema. You can automatic you're doing. 4. Running `dotnet ef migrations add --project ProjectLighthouse`. +### Running tests + +You can run tests either through your IDE or by running `dotnet tests`. + +Keep in mind while running database tests you need to have `LIGHTHOUSE_DB_CONNECTION_STRING` set. + ## Compatibility across games and platforms | Game | Console (PS3/Vita) | Emulator (RPCS3) | Next-Gen (PS4/PS5) |