adding task to test gameservice
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m13s

This commit is contained in:
lila 2026-04-24 09:15:59 +02:00
parent ec84f76fb2
commit 5b266d7435

View file

@ -32,6 +32,9 @@ Things that are actively in progress or should be picked up immediately. Mostly
- **Conditionally register OAuth providers** `[debt]` - **Conditionally register OAuth providers** `[debt]`
Better Auth logs warnings when social providers are registered without credentials (`Social provider google is missing clientId or clientSecret`). Instead of registering all providers unconditionally, only add a provider to the config when its credentials are present in the environment. Keeps local dev clean for contributors who don't have OAuth apps set up. Better Auth logs warnings when social providers are registered without credentials (`Social provider google is missing clientId or clientSecret`). Instead of registering all providers unconditionally, only add a provider to the config when its credentials are present in the environment. Keeps local dev clean for contributors who don't have OAuth apps set up.
- **Multiplayer GameService unit tests** `[debt]`
round evaluation, scoring, tie-breaking, timeout handling
--- ---
## next ## next