Skip to content

Commit 54dfd87

Browse files
freekmurzeclaude
andcommitted
Run pt in parallel
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 41dbcd6 commit 54dfd87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

home/.aliases

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ alias mfs='php artisan migrate:fresh --seed'
1616
alias nah='git reset --hard;git clean -df'
1717

1818
alias pp="./vendor/bin/pest --parallel"
19-
alias pt="./vendor/bin/pest --tia"
19+
alias pt="./vendor/bin/pest --parallel --tia"
2020
alias sshconfig="vi ~/.ssh/config"
2121
alias copykey='command cat ~/.ssh/id_ed25519.pub 2>/dev/null || command cat ~/.ssh/id_rsa.pub 2>/dev/null | pbcopy'
2222
alias tunnel='valet share -subdomain=freekmurze -region=eu'

0 commit comments

Comments
 (0)