This commit is contained in:
Daniil Gentili 2024-03-31 19:39:28 +02:00
parent e6c87ecfaa
commit 2fbe48943c
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ jobs:
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
run: |
infection --show-mutations --threads=$(nproc)
infection --show-mutations
- name: Run Psalm analysis
run: |

View File

@ -1,6 +1,6 @@
# Async ORM
Async ORM based on amphp, created by Daniil Gentili <daniil@daniil.it> and Alexander Pankratov <alexander@i-c-a.su>.
Async ORM based on AMPHP v3 and fibers, created by Daniil Gentili <daniil@daniil.it> and Alexander Pankratov <alexander@i-c-a.su>.
Supports MySQL, Redis, Postgres.