Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
run single tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 1, 2024
1 parent 19a79b1 commit 43ceb30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ jobs:
fail-fast: false
matrix:
actions:
# for some reason they have to be run separately, otherwise autoload messes up
-
name: 'Tests Rules'
run: vendor/bin/phpunit --testsuite rules

-
name: 'Tests Extensions'
run: vendor/bin/phpunit --testsuite extensions
name: 'Tests'
run: vendor/bin/phpunit

runs-on: ubuntu-latest

Expand Down
6 changes: 0 additions & 6 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,5 @@
<testsuite name="all">
<directory>tests</directory>
</testsuite>
<testsuite name="rules">
<directory>tests/Rule</directory>
</testsuite>
<testsuite name="extensions">
<directory>tests/ReturnTypeExtension</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 43ceb30

Please sign in to comment.