Skip to content

Commit

Permalink
Re-enable paratest (#3466)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Mar 8, 2023
1 parent 291aab4 commit c6bd995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:

- uses: "ramsey/composer-install@v2"

- run: vendor/bin/phpunit ${{ matrix.path }} --colors
- run: vendor/bin/paratest ${{ matrix.path }} --colors
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"webmozart/assert": "^1.11"
},
"require-dev": {
"brianium/paratest": "^7.1",
"cweagans/composer-patches": "^1.7.2",
"icanhazstring/composer-unused": "^0.8.5",
"myclabs/php-enum": "^1.8.4",
Expand Down

0 comments on commit c6bd995

Please sign in to comment.