Skip to content

Commit

Permalink
Composer: Update test script (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus authored Jan 18, 2025
1 parent 46f8e99 commit 33a3aba
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,11 @@
],
"pest:e2e": "pest -d memory_limit=512M --group=e2e",
"pest:feature": "pest -d memory_limit=640M --group=feature",
"pest:mutate": "pest --mutate --parallel",
"pest:unit": "pest --group=unit --parallel",
"pest:unit": "pest --group=unit",
"test": [
"@composer pest:unit",
"@composer pest:feature",
"@composer pest:e2e"
"@composer normalize --dry-run",
"pint --test",
"XDEBUG_MODE=off pest -d memory_limit=640M"
]
}
}

0 comments on commit 33a3aba

Please sign in to comment.