Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Mar 31, 2024
1 parent e6c87ec commit 2fbe489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Async ORM

Async ORM based on amphp, created by Daniil Gentili <[email protected]> and Alexander Pankratov <[email protected]>.
Async ORM based on AMPHP v3 and fibers, created by Daniil Gentili <[email protected]> and Alexander Pankratov <[email protected]>.

Supports MySQL, Redis, Postgres.

Expand Down

0 comments on commit 2fbe489

Please sign in to comment.