diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f32c6b5..6e25c53 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,7 @@ jobs: - name: Run tests env: + GAME_LIMIT: 100 FLASK_SECRET: ${{SECRETS.FLASK_SECRET}} DB_HOST: ${{SECRETS.DB_HOST}} DB_PORT: ${{SECRETS.DB_PORT}}