Skip to content

Commit

Permalink
docs: update parallel flag order
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke authored Apr 22, 2024
1 parent 77adc70 commit b77c3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ php artisan test --gql-coverage
It can even be used together with parallel

```bash
php artisan test -p --gql-coverage
php artisan test --gql-coverage -p
```

### Setting coverage limits
Expand Down

0 comments on commit b77c3bf

Please sign in to comment.