diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 781c4ae..7045793 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,6 +38,3 @@ jobs: - name: Unit Tests run: composer test:unit - - - name: Unit Options Tests - run: composer test:unit:options diff --git a/composer.json b/composer.json index 740e838..b94b7af 100644 --- a/composer.json +++ b/composer.json @@ -59,11 +59,9 @@ "lint": "pint", "test:lint": "pint --test", "test:unit": "pest --colors=always --exclude-group=options", - "test:unit:options": "pest --colors=always --group=options --without-exception-handling --without-deprecation-handling", "test": [ "@test:lint", "@test:unit", - "@test:unit:options" ] } }